<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELATORIO%20DE%20NOTAS_arquivos/estilo.css">
<link rel="stylesheet" href="RELATORIO%20DE%20NOTAS_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELATORIO%20DE%20NOTAS_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELATORIO%20DE%20NOTAS_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELATORIO%20DE%20NOTAS_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELATORIO%20DE%20NOTAS_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELATORIO%20DE%20NOTAS_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | A - 1 Perodo - 07/05/2012 - 13/08/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="1" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="44" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96443" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="1 Perodo - 07/05/2012 - 13/08/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1168272&nbsp;ADRIANE RODRIGUES MORENO
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1168272" type="hidden"></td>
            
            <td id="colunaNotaAluno_1168272_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_154" id="ci_AlunoAvaliacao_1168272_154" value="78536296" type="hidden">
                <input name="nr_Nota_1168272_154" id="nr_Nota_1168272_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_160" id="ci_AlunoAvaliacao_1168272_160" value="78514351" type="hidden">
                <input name="nr_Nota_1168272_160" id="nr_Nota_1168272_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_530" id="ci_AlunoAvaliacao_1168272_530" value="78543097" type="hidden">
                <input name="nr_Nota_1168272_530" id="nr_Nota_1168272_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_780" id="ci_AlunoAvaliacao_1168272_780" value="79306775" type="hidden">
                <input name="nr_Nota_1168272_780" id="nr_Nota_1168272_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_800" id="ci_AlunoAvaliacao_1168272_800" value="78642718" type="hidden">
                <input name="nr_Nota_1168272_800" id="nr_Nota_1168272_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_890" id="ci_AlunoAvaliacao_1168272_890" value="78541225" type="hidden">
                <input name="nr_Nota_1168272_890" id="nr_Nota_1168272_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_970" id="ci_AlunoAvaliacao_1168272_970" value="78512118" type="hidden">
                <input name="nr_Nota_1168272_970" id="nr_Nota_1168272_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_3330" id="ci_AlunoAvaliacao_1168272_3330" value="78516957" type="hidden">
                <input name="nr_Nota_1168272_3330" id="nr_Nota_1168272_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1130" id="ci_AlunoAvaliacao_1168272_1130" value="78538192" type="hidden">
                <input name="nr_Nota_1168272_1130" id="nr_Nota_1168272_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1140" id="ci_AlunoAvaliacao_1168272_1140" value="78542441" type="hidden">
                <input name="nr_Nota_1168272_1140" id="nr_Nota_1168272_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1200" id="ci_AlunoAvaliacao_1168272_1200" value="77347076" type="hidden">
                <input name="nr_Nota_1168272_1200" id="nr_Nota_1168272_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1620" id="ci_AlunoAvaliacao_1168272_1620" value="79771084" type="hidden">
                <input name="nr_Nota_1168272_1620" id="nr_Nota_1168272_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1730" id="ci_AlunoAvaliacao_1168272_1730" value="77680447" type="hidden">
                <input name="nr_Nota_1168272_1730" id="nr_Nota_1168272_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2402575&nbsp;ALEXANDRE BEZERRA DOS SANTOS
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="2402575" type="hidden"></td>
            
            <td id="colunaNotaAluno_2402575_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_154" id="ci_AlunoAvaliacao_2402575_154" value="78536314" type="hidden">
                <input name="nr_Nota_2402575_154" id="nr_Nota_2402575_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_160" id="ci_AlunoAvaliacao_2402575_160" value="78514352" type="hidden">
                <input name="nr_Nota_2402575_160" id="nr_Nota_2402575_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_530" id="ci_AlunoAvaliacao_2402575_530" value="78543098" type="hidden">
                <input name="nr_Nota_2402575_530" id="nr_Nota_2402575_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_780" id="ci_AlunoAvaliacao_2402575_780" value="79306776" type="hidden">
                <input name="nr_Nota_2402575_780" id="nr_Nota_2402575_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_800" id="ci_AlunoAvaliacao_2402575_800" value="78642719" type="hidden">
                <input name="nr_Nota_2402575_800" id="nr_Nota_2402575_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_890" id="ci_AlunoAvaliacao_2402575_890" value="78541226" type="hidden">
                <input name="nr_Nota_2402575_890" id="nr_Nota_2402575_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_970" id="ci_AlunoAvaliacao_2402575_970" value="78512136" type="hidden">
                <input name="nr_Nota_2402575_970" id="nr_Nota_2402575_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_3330" id="ci_AlunoAvaliacao_2402575_3330" value="78516958" type="hidden">
                <input name="nr_Nota_2402575_3330" id="nr_Nota_2402575_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1130" id="ci_AlunoAvaliacao_2402575_1130" value="78538193" type="hidden">
                <input name="nr_Nota_2402575_1130" id="nr_Nota_2402575_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1140" id="ci_AlunoAvaliacao_2402575_1140" value="78542442" type="hidden">
                <input name="nr_Nota_2402575_1140" id="nr_Nota_2402575_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1200" id="ci_AlunoAvaliacao_2402575_1200" value="77347077" type="hidden">
                <input name="nr_Nota_2402575_1200" id="nr_Nota_2402575_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1620" id="ci_AlunoAvaliacao_2402575_1620" value="79771085" type="hidden">
                <input name="nr_Nota_2402575_1620" id="nr_Nota_2402575_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1730" id="ci_AlunoAvaliacao_2402575_1730" value="77680448" type="hidden">
                <input name="nr_Nota_2402575_1730" id="nr_Nota_2402575_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1189989&nbsp;ANA KAROLINE NASCIMENTO GONCALVES
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1189989" type="hidden"></td>
            
            <td id="colunaNotaAluno_1189989_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_154" id="ci_AlunoAvaliacao_1189989_154" value="78536315" type="hidden">
                <input name="nr_Nota_1189989_154" id="nr_Nota_1189989_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_160" id="ci_AlunoAvaliacao_1189989_160" value="78514353" type="hidden">
                <input name="nr_Nota_1189989_160" id="nr_Nota_1189989_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_530" id="ci_AlunoAvaliacao_1189989_530" value="78543099" type="hidden">
                <input name="nr_Nota_1189989_530" id="nr_Nota_1189989_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_780" id="ci_AlunoAvaliacao_1189989_780" value="79306777" type="hidden">
                <input name="nr_Nota_1189989_780" id="nr_Nota_1189989_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_800" id="ci_AlunoAvaliacao_1189989_800" value="78642720" type="hidden">
                <input name="nr_Nota_1189989_800" id="nr_Nota_1189989_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_890" id="ci_AlunoAvaliacao_1189989_890" value="78541227" type="hidden">
                <input name="nr_Nota_1189989_890" id="nr_Nota_1189989_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_970" id="ci_AlunoAvaliacao_1189989_970" value="78512137" type="hidden">
                <input name="nr_Nota_1189989_970" id="nr_Nota_1189989_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_3330" id="ci_AlunoAvaliacao_1189989_3330" value="78516959" type="hidden">
                <input name="nr_Nota_1189989_3330" id="nr_Nota_1189989_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1130" id="ci_AlunoAvaliacao_1189989_1130" value="78538194" type="hidden">
                <input name="nr_Nota_1189989_1130" id="nr_Nota_1189989_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1140" id="ci_AlunoAvaliacao_1189989_1140" value="78542443" type="hidden">
                <input name="nr_Nota_1189989_1140" id="nr_Nota_1189989_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1200" id="ci_AlunoAvaliacao_1189989_1200" value="77347078" type="hidden">
                <input name="nr_Nota_1189989_1200" id="nr_Nota_1189989_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1620" id="ci_AlunoAvaliacao_1189989_1620" value="79771086" type="hidden">
                <input name="nr_Nota_1189989_1620" id="nr_Nota_1189989_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1730" id="ci_AlunoAvaliacao_1189989_1730" value="77680449" type="hidden">
                <input name="nr_Nota_1189989_1730" id="nr_Nota_1189989_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;900846&nbsp;ANDERSON SANTOS DA SILVA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="900846" type="hidden"></td>
            
            <td id="colunaNotaAluno_900846_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_154" id="ci_AlunoAvaliacao_900846_154" value="78536316" type="hidden">
                <input name="nr_Nota_900846_154" id="nr_Nota_900846_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_160" id="ci_AlunoAvaliacao_900846_160" value="78514354" type="hidden">
                <input name="nr_Nota_900846_160" id="nr_Nota_900846_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_530" id="ci_AlunoAvaliacao_900846_530" value="78543100" type="hidden">
                <input name="nr_Nota_900846_530" id="nr_Nota_900846_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_780" id="ci_AlunoAvaliacao_900846_780" value="79306778" type="hidden">
                <input name="nr_Nota_900846_780" id="nr_Nota_900846_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_800" id="ci_AlunoAvaliacao_900846_800" value="78642721" type="hidden">
                <input name="nr_Nota_900846_800" id="nr_Nota_900846_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_890" id="ci_AlunoAvaliacao_900846_890" value="78541228" type="hidden">
                <input name="nr_Nota_900846_890" id="nr_Nota_900846_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_970" id="ci_AlunoAvaliacao_900846_970" value="78512138" type="hidden">
                <input name="nr_Nota_900846_970" id="nr_Nota_900846_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_3330" id="ci_AlunoAvaliacao_900846_3330" value="78516960" type="hidden">
                <input name="nr_Nota_900846_3330" id="nr_Nota_900846_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1130" id="ci_AlunoAvaliacao_900846_1130" value="78538195" type="hidden">
                <input name="nr_Nota_900846_1130" id="nr_Nota_900846_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1140" id="ci_AlunoAvaliacao_900846_1140" value="78542444" type="hidden">
                <input name="nr_Nota_900846_1140" id="nr_Nota_900846_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1200" id="ci_AlunoAvaliacao_900846_1200" value="77347079" type="hidden">
                <input name="nr_Nota_900846_1200" id="nr_Nota_900846_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1620" id="ci_AlunoAvaliacao_900846_1620" value="79771087" type="hidden">
                <input name="nr_Nota_900846_1620" id="nr_Nota_900846_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1730" id="ci_AlunoAvaliacao_900846_1730" value="77680450" type="hidden">
                <input name="nr_Nota_900846_1730" id="nr_Nota_900846_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1186007&nbsp;ANDRESSA ALVES DE SOUZA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1186007" type="hidden"></td>
            
            <td id="colunaNotaAluno_1186007_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_154" id="ci_AlunoAvaliacao_1186007_154" value="78536317" type="hidden">
                <input name="nr_Nota_1186007_154" id="nr_Nota_1186007_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_160" id="ci_AlunoAvaliacao_1186007_160" value="78514355" type="hidden">
                <input name="nr_Nota_1186007_160" id="nr_Nota_1186007_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_530" id="ci_AlunoAvaliacao_1186007_530" value="78543101" type="hidden">
                <input name="nr_Nota_1186007_530" id="nr_Nota_1186007_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_780" id="ci_AlunoAvaliacao_1186007_780" value="79306779" type="hidden">
                <input name="nr_Nota_1186007_780" id="nr_Nota_1186007_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_800" id="ci_AlunoAvaliacao_1186007_800" value="78642722" type="hidden">
                <input name="nr_Nota_1186007_800" id="nr_Nota_1186007_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_890" id="ci_AlunoAvaliacao_1186007_890" value="78541229" type="hidden">
                <input name="nr_Nota_1186007_890" id="nr_Nota_1186007_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_970" id="ci_AlunoAvaliacao_1186007_970" value="78512139" type="hidden">
                <input name="nr_Nota_1186007_970" id="nr_Nota_1186007_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_3330" id="ci_AlunoAvaliacao_1186007_3330" value="78516961" type="hidden">
                <input name="nr_Nota_1186007_3330" id="nr_Nota_1186007_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1130" id="ci_AlunoAvaliacao_1186007_1130" value="78538196" type="hidden">
                <input name="nr_Nota_1186007_1130" id="nr_Nota_1186007_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1140" id="ci_AlunoAvaliacao_1186007_1140" value="78542445" type="hidden">
                <input name="nr_Nota_1186007_1140" id="nr_Nota_1186007_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1200" id="ci_AlunoAvaliacao_1186007_1200" value="77347080" type="hidden">
                <input name="nr_Nota_1186007_1200" id="nr_Nota_1186007_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1620" id="ci_AlunoAvaliacao_1186007_1620" value="79771088" type="hidden">
                <input name="nr_Nota_1186007_1620" id="nr_Nota_1186007_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1730" id="ci_AlunoAvaliacao_1186007_1730" value="77680451" type="hidden">
                <input name="nr_Nota_1186007_1730" id="nr_Nota_1186007_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1322108&nbsp;ANTONIO MARCOS DE SOUSA ANDRADE
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1322108" type="hidden"></td>
            
            <td id="colunaNotaAluno_1322108_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_154" id="ci_AlunoAvaliacao_1322108_154" value="78536318" type="hidden">
                <input name="nr_Nota_1322108_154" id="nr_Nota_1322108_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_160" id="ci_AlunoAvaliacao_1322108_160" value="78514356" type="hidden">
                <input name="nr_Nota_1322108_160" id="nr_Nota_1322108_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_530" id="ci_AlunoAvaliacao_1322108_530" value="78543102" type="hidden">
                <input name="nr_Nota_1322108_530" id="nr_Nota_1322108_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_780" id="ci_AlunoAvaliacao_1322108_780" value="79306780" type="hidden">
                <input name="nr_Nota_1322108_780" id="nr_Nota_1322108_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_800" id="ci_AlunoAvaliacao_1322108_800" value="78642723" type="hidden">
                <input name="nr_Nota_1322108_800" id="nr_Nota_1322108_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_890" id="ci_AlunoAvaliacao_1322108_890" value="78541230" type="hidden">
                <input name="nr_Nota_1322108_890" id="nr_Nota_1322108_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_970" id="ci_AlunoAvaliacao_1322108_970" value="78512140" type="hidden">
                <input name="nr_Nota_1322108_970" id="nr_Nota_1322108_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_3330" id="ci_AlunoAvaliacao_1322108_3330" value="78516962" type="hidden">
                <input name="nr_Nota_1322108_3330" id="nr_Nota_1322108_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1130" id="ci_AlunoAvaliacao_1322108_1130" value="78538197" type="hidden">
                <input name="nr_Nota_1322108_1130" id="nr_Nota_1322108_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1140" id="ci_AlunoAvaliacao_1322108_1140" value="78542446" type="hidden">
                <input name="nr_Nota_1322108_1140" id="nr_Nota_1322108_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1200" id="ci_AlunoAvaliacao_1322108_1200" value="77347081" type="hidden">
                <input name="nr_Nota_1322108_1200" id="nr_Nota_1322108_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1620" id="ci_AlunoAvaliacao_1322108_1620" value="79771089" type="hidden">
                <input name="nr_Nota_1322108_1620" id="nr_Nota_1322108_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1730" id="ci_AlunoAvaliacao_1322108_1730" value="77680452" type="hidden">
                <input name="nr_Nota_1322108_1730" id="nr_Nota_1322108_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197237&nbsp;ARTUR NOBERTO ANDRADE DO NASCIMENTO
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1197237" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197237_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_154" id="ci_AlunoAvaliacao_1197237_154" value="78536319" type="hidden">
                <input name="nr_Nota_1197237_154" id="nr_Nota_1197237_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_160" id="ci_AlunoAvaliacao_1197237_160" value="78514357" type="hidden">
                <input name="nr_Nota_1197237_160" id="nr_Nota_1197237_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_530" id="ci_AlunoAvaliacao_1197237_530" value="78543103" type="hidden">
                <input name="nr_Nota_1197237_530" id="nr_Nota_1197237_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_780" id="ci_AlunoAvaliacao_1197237_780" value="79306781" type="hidden">
                <input name="nr_Nota_1197237_780" id="nr_Nota_1197237_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_800" id="ci_AlunoAvaliacao_1197237_800" value="78642724" type="hidden">
                <input name="nr_Nota_1197237_800" id="nr_Nota_1197237_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_890" id="ci_AlunoAvaliacao_1197237_890" value="78541231" type="hidden">
                <input name="nr_Nota_1197237_890" id="nr_Nota_1197237_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_970" id="ci_AlunoAvaliacao_1197237_970" value="78512141" type="hidden">
                <input name="nr_Nota_1197237_970" id="nr_Nota_1197237_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_3330" id="ci_AlunoAvaliacao_1197237_3330" value="78516963" type="hidden">
                <input name="nr_Nota_1197237_3330" id="nr_Nota_1197237_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1130" id="ci_AlunoAvaliacao_1197237_1130" value="78538198" type="hidden">
                <input name="nr_Nota_1197237_1130" id="nr_Nota_1197237_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1140" id="ci_AlunoAvaliacao_1197237_1140" value="78542447" type="hidden">
                <input name="nr_Nota_1197237_1140" id="nr_Nota_1197237_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1200" id="ci_AlunoAvaliacao_1197237_1200" value="77347082" type="hidden">
                <input name="nr_Nota_1197237_1200" id="nr_Nota_1197237_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1620" id="ci_AlunoAvaliacao_1197237_1620" value="79771090" type="hidden">
                <input name="nr_Nota_1197237_1620" id="nr_Nota_1197237_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1730" id="ci_AlunoAvaliacao_1197237_1730" value="77680453" type="hidden">
                <input name="nr_Nota_1197237_1730" id="nr_Nota_1197237_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1302048&nbsp;CARLOS RENATO DE SOUZA PINHEIRO
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="1302048" type="hidden"></td>
            
            <td id="colunaNotaAluno_1302048_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_154" id="ci_AlunoAvaliacao_1302048_154" value="78536320" type="hidden">
                <input name="nr_Nota_1302048_154" id="nr_Nota_1302048_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_160" id="ci_AlunoAvaliacao_1302048_160" value="78514358" type="hidden">
                <input name="nr_Nota_1302048_160" id="nr_Nota_1302048_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_530" id="ci_AlunoAvaliacao_1302048_530" value="78543104" type="hidden">
                <input name="nr_Nota_1302048_530" id="nr_Nota_1302048_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_780" id="ci_AlunoAvaliacao_1302048_780" value="79306782" type="hidden">
                <input name="nr_Nota_1302048_780" id="nr_Nota_1302048_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_800" id="ci_AlunoAvaliacao_1302048_800" value="78642725" type="hidden">
                <input name="nr_Nota_1302048_800" id="nr_Nota_1302048_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_890" id="ci_AlunoAvaliacao_1302048_890" value="78541232" type="hidden">
                <input name="nr_Nota_1302048_890" id="nr_Nota_1302048_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_970" id="ci_AlunoAvaliacao_1302048_970" value="78512142" type="hidden">
                <input name="nr_Nota_1302048_970" id="nr_Nota_1302048_970" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_3330" id="ci_AlunoAvaliacao_1302048_3330" value="78516964" type="hidden">
                <input name="nr_Nota_1302048_3330" id="nr_Nota_1302048_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1130" id="ci_AlunoAvaliacao_1302048_1130" value="78538199" type="hidden">
                <input name="nr_Nota_1302048_1130" id="nr_Nota_1302048_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1140" id="ci_AlunoAvaliacao_1302048_1140" value="78542448" type="hidden">
                <input name="nr_Nota_1302048_1140" id="nr_Nota_1302048_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1200" id="ci_AlunoAvaliacao_1302048_1200" value="77347083" type="hidden">
                <input name="nr_Nota_1302048_1200" id="nr_Nota_1302048_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1620" id="ci_AlunoAvaliacao_1302048_1620" value="79771091" type="hidden">
                <input name="nr_Nota_1302048_1620" id="nr_Nota_1302048_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1730" id="ci_AlunoAvaliacao_1302048_1730" value="77680454" type="hidden">
                <input name="nr_Nota_1302048_1730" id="nr_Nota_1302048_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;666172&nbsp;DEBORA BRENA OLIVEIRA LEITAO
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="666172" type="hidden"></td>
            
            <td id="colunaNotaAluno_666172_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_154" id="ci_AlunoAvaliacao_666172_154" value="78536321" type="hidden">
                <input name="nr_Nota_666172_154" id="nr_Nota_666172_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_160" id="ci_AlunoAvaliacao_666172_160" value="78514359" type="hidden">
                <input name="nr_Nota_666172_160" id="nr_Nota_666172_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_530" id="ci_AlunoAvaliacao_666172_530" value="78543105" type="hidden">
                <input name="nr_Nota_666172_530" id="nr_Nota_666172_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_780" id="ci_AlunoAvaliacao_666172_780" value="79306783" type="hidden">
                <input name="nr_Nota_666172_780" id="nr_Nota_666172_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_800" id="ci_AlunoAvaliacao_666172_800" value="78642726" type="hidden">
                <input name="nr_Nota_666172_800" id="nr_Nota_666172_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_890" id="ci_AlunoAvaliacao_666172_890" value="78541233" type="hidden">
                <input name="nr_Nota_666172_890" id="nr_Nota_666172_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_970" id="ci_AlunoAvaliacao_666172_970" value="78512143" type="hidden">
                <input name="nr_Nota_666172_970" id="nr_Nota_666172_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_3330" id="ci_AlunoAvaliacao_666172_3330" value="78516965" type="hidden">
                <input name="nr_Nota_666172_3330" id="nr_Nota_666172_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1130" id="ci_AlunoAvaliacao_666172_1130" value="78538200" type="hidden">
                <input name="nr_Nota_666172_1130" id="nr_Nota_666172_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1140" id="ci_AlunoAvaliacao_666172_1140" value="78542449" type="hidden">
                <input name="nr_Nota_666172_1140" id="nr_Nota_666172_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1200" id="ci_AlunoAvaliacao_666172_1200" value="77347084" type="hidden">
                <input name="nr_Nota_666172_1200" id="nr_Nota_666172_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1620" id="ci_AlunoAvaliacao_666172_1620" value="79771092" type="hidden">
                <input name="nr_Nota_666172_1620" id="nr_Nota_666172_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1730" id="ci_AlunoAvaliacao_666172_1730" value="77680455" type="hidden">
                <input name="nr_Nota_666172_1730" id="nr_Nota_666172_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197215&nbsp;FABRICIO MARQUES DE ALMEIDA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1197215" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197215_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_154" id="ci_AlunoAvaliacao_1197215_154" value="78536322" type="hidden">
                <input name="nr_Nota_1197215_154" id="nr_Nota_1197215_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_160" id="ci_AlunoAvaliacao_1197215_160" value="78514360" type="hidden">
                <input name="nr_Nota_1197215_160" id="nr_Nota_1197215_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_530" id="ci_AlunoAvaliacao_1197215_530" value="78543106" type="hidden">
                <input name="nr_Nota_1197215_530" id="nr_Nota_1197215_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_780" id="ci_AlunoAvaliacao_1197215_780" value="79306784" type="hidden">
                <input name="nr_Nota_1197215_780" id="nr_Nota_1197215_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_800" id="ci_AlunoAvaliacao_1197215_800" value="78642727" type="hidden">
                <input name="nr_Nota_1197215_800" id="nr_Nota_1197215_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_890" id="ci_AlunoAvaliacao_1197215_890" value="78541234" type="hidden">
                <input name="nr_Nota_1197215_890" id="nr_Nota_1197215_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_970" id="ci_AlunoAvaliacao_1197215_970" value="78512144" type="hidden">
                <input name="nr_Nota_1197215_970" id="nr_Nota_1197215_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_3330" id="ci_AlunoAvaliacao_1197215_3330" value="78516966" type="hidden">
                <input name="nr_Nota_1197215_3330" id="nr_Nota_1197215_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1130" id="ci_AlunoAvaliacao_1197215_1130" value="78538201" type="hidden">
                <input name="nr_Nota_1197215_1130" id="nr_Nota_1197215_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1140" id="ci_AlunoAvaliacao_1197215_1140" value="78542450" type="hidden">
                <input name="nr_Nota_1197215_1140" id="nr_Nota_1197215_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1200" id="ci_AlunoAvaliacao_1197215_1200" value="77347085" type="hidden">
                <input name="nr_Nota_1197215_1200" id="nr_Nota_1197215_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1620" id="ci_AlunoAvaliacao_1197215_1620" value="79771093" type="hidden">
                <input name="nr_Nota_1197215_1620" id="nr_Nota_1197215_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1730" id="ci_AlunoAvaliacao_1197215_1730" value="77680456" type="hidden">
                <input name="nr_Nota_1197215_1730" id="nr_Nota_1197215_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;201622&nbsp;FABRICIO SANTOS DE SOUSA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="201622" type="hidden"></td>
            
            <td id="colunaNotaAluno_201622_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_154" id="ci_AlunoAvaliacao_201622_154" value="78536323" type="hidden">
                <input name="nr_Nota_201622_154" id="nr_Nota_201622_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_160" id="ci_AlunoAvaliacao_201622_160" value="78514361" type="hidden">
                <input name="nr_Nota_201622_160" id="nr_Nota_201622_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_530" id="ci_AlunoAvaliacao_201622_530" value="78543107" type="hidden">
                <input name="nr_Nota_201622_530" id="nr_Nota_201622_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_780" id="ci_AlunoAvaliacao_201622_780" value="79306785" type="hidden">
                <input name="nr_Nota_201622_780" id="nr_Nota_201622_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_800" id="ci_AlunoAvaliacao_201622_800" value="78642728" type="hidden">
                <input name="nr_Nota_201622_800" id="nr_Nota_201622_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_890" id="ci_AlunoAvaliacao_201622_890" value="78541235" type="hidden">
                <input name="nr_Nota_201622_890" id="nr_Nota_201622_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_970" id="ci_AlunoAvaliacao_201622_970" value="78512145" type="hidden">
                <input name="nr_Nota_201622_970" id="nr_Nota_201622_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_3330" id="ci_AlunoAvaliacao_201622_3330" value="78516967" type="hidden">
                <input name="nr_Nota_201622_3330" id="nr_Nota_201622_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1130" id="ci_AlunoAvaliacao_201622_1130" value="78538202" type="hidden">
                <input name="nr_Nota_201622_1130" id="nr_Nota_201622_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1140" id="ci_AlunoAvaliacao_201622_1140" value="78542451" type="hidden">
                <input name="nr_Nota_201622_1140" id="nr_Nota_201622_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1200" id="ci_AlunoAvaliacao_201622_1200" value="77347086" type="hidden">
                <input name="nr_Nota_201622_1200" id="nr_Nota_201622_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1620" id="ci_AlunoAvaliacao_201622_1620" value="79771094" type="hidden">
                <input name="nr_Nota_201622_1620" id="nr_Nota_201622_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1730" id="ci_AlunoAvaliacao_201622_1730" value="77680457" type="hidden">
                <input name="nr_Nota_201622_1730" id="nr_Nota_201622_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202456&nbsp;GABRIEL DA SILVA AQUINO
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1202456" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202456_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_154" id="ci_AlunoAvaliacao_1202456_154" value="78536324" type="hidden">
                <input name="nr_Nota_1202456_154" id="nr_Nota_1202456_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_160" id="ci_AlunoAvaliacao_1202456_160" value="78514362" type="hidden">
                <input name="nr_Nota_1202456_160" id="nr_Nota_1202456_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_530" id="ci_AlunoAvaliacao_1202456_530" value="78543108" type="hidden">
                <input name="nr_Nota_1202456_530" id="nr_Nota_1202456_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_780" id="ci_AlunoAvaliacao_1202456_780" value="79306786" type="hidden">
                <input name="nr_Nota_1202456_780" id="nr_Nota_1202456_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_800" id="ci_AlunoAvaliacao_1202456_800" value="78642729" type="hidden">
                <input name="nr_Nota_1202456_800" id="nr_Nota_1202456_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_890" id="ci_AlunoAvaliacao_1202456_890" value="78541236" type="hidden">
                <input name="nr_Nota_1202456_890" id="nr_Nota_1202456_890" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_970" id="ci_AlunoAvaliacao_1202456_970" value="78512146" type="hidden">
                <input name="nr_Nota_1202456_970" id="nr_Nota_1202456_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_3330" id="ci_AlunoAvaliacao_1202456_3330" value="78516968" type="hidden">
                <input name="nr_Nota_1202456_3330" id="nr_Nota_1202456_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1130" id="ci_AlunoAvaliacao_1202456_1130" value="78538203" type="hidden">
                <input name="nr_Nota_1202456_1130" id="nr_Nota_1202456_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1140" id="ci_AlunoAvaliacao_1202456_1140" value="78542452" type="hidden">
                <input name="nr_Nota_1202456_1140" id="nr_Nota_1202456_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1200" id="ci_AlunoAvaliacao_1202456_1200" value="77347087" type="hidden">
                <input name="nr_Nota_1202456_1200" id="nr_Nota_1202456_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1620" id="ci_AlunoAvaliacao_1202456_1620" value="79771095" type="hidden">
                <input name="nr_Nota_1202456_1620" id="nr_Nota_1202456_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1730" id="ci_AlunoAvaliacao_1202456_1730" value="77680458" type="hidden">
                <input name="nr_Nota_1202456_1730" id="nr_Nota_1202456_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1297871&nbsp;GEOVANY COSTA ANDRADE SILVA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1297871" type="hidden"></td>
            
            <td id="colunaNotaAluno_1297871_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_154" id="ci_AlunoAvaliacao_1297871_154" value="78536325" type="hidden">
                <input name="nr_Nota_1297871_154" id="nr_Nota_1297871_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_160" id="ci_AlunoAvaliacao_1297871_160" value="78514363" type="hidden">
                <input name="nr_Nota_1297871_160" id="nr_Nota_1297871_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_530" id="ci_AlunoAvaliacao_1297871_530" value="78543109" type="hidden">
                <input name="nr_Nota_1297871_530" id="nr_Nota_1297871_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_780" id="ci_AlunoAvaliacao_1297871_780" value="79306787" type="hidden">
                <input name="nr_Nota_1297871_780" id="nr_Nota_1297871_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_800" id="ci_AlunoAvaliacao_1297871_800" value="78642730" type="hidden">
                <input name="nr_Nota_1297871_800" id="nr_Nota_1297871_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_890" id="ci_AlunoAvaliacao_1297871_890" value="78541237" type="hidden">
                <input name="nr_Nota_1297871_890" id="nr_Nota_1297871_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_970" id="ci_AlunoAvaliacao_1297871_970" value="78512147" type="hidden">
                <input name="nr_Nota_1297871_970" id="nr_Nota_1297871_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_3330" id="ci_AlunoAvaliacao_1297871_3330" value="78516969" type="hidden">
                <input name="nr_Nota_1297871_3330" id="nr_Nota_1297871_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1130" id="ci_AlunoAvaliacao_1297871_1130" value="78538204" type="hidden">
                <input name="nr_Nota_1297871_1130" id="nr_Nota_1297871_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1140" id="ci_AlunoAvaliacao_1297871_1140" value="78542453" type="hidden">
                <input name="nr_Nota_1297871_1140" id="nr_Nota_1297871_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1200" id="ci_AlunoAvaliacao_1297871_1200" value="77347088" type="hidden">
                <input name="nr_Nota_1297871_1200" id="nr_Nota_1297871_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1620" id="ci_AlunoAvaliacao_1297871_1620" value="79771096" type="hidden">
                <input name="nr_Nota_1297871_1620" id="nr_Nota_1297871_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1730" id="ci_AlunoAvaliacao_1297871_1730" value="77680459" type="hidden">
                <input name="nr_Nota_1297871_1730" id="nr_Nota_1297871_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167668&nbsp;GISLAYNE DE OLIVEIRA DAMASCENO
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1167668" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167668_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_154" id="ci_AlunoAvaliacao_1167668_154" value="78536326" type="hidden">
                <input name="nr_Nota_1167668_154" id="nr_Nota_1167668_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_160" id="ci_AlunoAvaliacao_1167668_160" value="78514364" type="hidden">
                <input name="nr_Nota_1167668_160" id="nr_Nota_1167668_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_530" id="ci_AlunoAvaliacao_1167668_530" value="78543110" type="hidden">
                <input name="nr_Nota_1167668_530" id="nr_Nota_1167668_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_780" id="ci_AlunoAvaliacao_1167668_780" value="79306788" type="hidden">
                <input name="nr_Nota_1167668_780" id="nr_Nota_1167668_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_800" id="ci_AlunoAvaliacao_1167668_800" value="78642731" type="hidden">
                <input name="nr_Nota_1167668_800" id="nr_Nota_1167668_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_890" id="ci_AlunoAvaliacao_1167668_890" value="78541238" type="hidden">
                <input name="nr_Nota_1167668_890" id="nr_Nota_1167668_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_970" id="ci_AlunoAvaliacao_1167668_970" value="78512148" type="hidden">
                <input name="nr_Nota_1167668_970" id="nr_Nota_1167668_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_3330" id="ci_AlunoAvaliacao_1167668_3330" value="78516970" type="hidden">
                <input name="nr_Nota_1167668_3330" id="nr_Nota_1167668_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1130" id="ci_AlunoAvaliacao_1167668_1130" value="78538205" type="hidden">
                <input name="nr_Nota_1167668_1130" id="nr_Nota_1167668_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1140" id="ci_AlunoAvaliacao_1167668_1140" value="78542454" type="hidden">
                <input name="nr_Nota_1167668_1140" id="nr_Nota_1167668_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1200" id="ci_AlunoAvaliacao_1167668_1200" value="77347089" type="hidden">
                <input name="nr_Nota_1167668_1200" id="nr_Nota_1167668_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1620" id="ci_AlunoAvaliacao_1167668_1620" value="79771097" type="hidden">
                <input name="nr_Nota_1167668_1620" id="nr_Nota_1167668_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1730" id="ci_AlunoAvaliacao_1167668_1730" value="77680460" type="hidden">
                <input name="nr_Nota_1167668_1730" id="nr_Nota_1167668_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;324486&nbsp;GIRLEIVE CARVALHO DOS SANTOS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="324486" type="hidden"></td>
            
            <td id="colunaNotaAluno_324486_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_154" id="ci_AlunoAvaliacao_324486_154" value="79323549" type="hidden">
                <input name="nr_Nota_324486_154" id="nr_Nota_324486_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_160" id="ci_AlunoAvaliacao_324486_160" value="78806613" type="hidden">
                <input name="nr_Nota_324486_160" id="nr_Nota_324486_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_530" id="ci_AlunoAvaliacao_324486_530" value="78808999" type="hidden">
                <input name="nr_Nota_324486_530" id="nr_Nota_324486_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_780" id="ci_AlunoAvaliacao_324486_780" value="79303937" type="hidden">
                <input name="nr_Nota_324486_780" id="nr_Nota_324486_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_800" id="ci_AlunoAvaliacao_324486_800" value="78827076" type="hidden">
                <input name="nr_Nota_324486_800" id="nr_Nota_324486_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_890" id="ci_AlunoAvaliacao_324486_890" value="101172581" type="hidden">
                <input name="nr_Nota_324486_890" id="nr_Nota_324486_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_970" id="ci_AlunoAvaliacao_324486_970" value="78796890" type="hidden">
                <input name="nr_Nota_324486_970" id="nr_Nota_324486_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_3330" id="ci_AlunoAvaliacao_324486_3330" value="79276912" type="hidden">
                <input name="nr_Nota_324486_3330" id="nr_Nota_324486_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1130" id="ci_AlunoAvaliacao_324486_1130" value="101172582" type="hidden">
                <input name="nr_Nota_324486_1130" id="nr_Nota_324486_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1140" id="ci_AlunoAvaliacao_324486_1140" value="78777595" type="hidden">
                <input name="nr_Nota_324486_1140" id="nr_Nota_324486_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1200" id="ci_AlunoAvaliacao_324486_1200" value="78773500" type="hidden">
                <input name="nr_Nota_324486_1200" id="nr_Nota_324486_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1620" id="ci_AlunoAvaliacao_324486_1620" value="78938610" type="hidden">
                <input name="nr_Nota_324486_1620" id="nr_Nota_324486_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1730" id="ci_AlunoAvaliacao_324486_1730" value="79310666" type="hidden">
                <input name="nr_Nota_324486_1730" id="nr_Nota_324486_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;894089&nbsp;JHONATA PEREIRA BARROS
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="894089" type="hidden"></td>
            
            <td id="colunaNotaAluno_894089_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_154" id="ci_AlunoAvaliacao_894089_154" value="78536328" type="hidden">
                <input name="nr_Nota_894089_154" id="nr_Nota_894089_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_160" id="ci_AlunoAvaliacao_894089_160" value="78514366" type="hidden">
                <input name="nr_Nota_894089_160" id="nr_Nota_894089_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_530" id="ci_AlunoAvaliacao_894089_530" value="78543112" type="hidden">
                <input name="nr_Nota_894089_530" id="nr_Nota_894089_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_780" id="ci_AlunoAvaliacao_894089_780" value="79306790" type="hidden">
                <input name="nr_Nota_894089_780" id="nr_Nota_894089_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_800" id="ci_AlunoAvaliacao_894089_800" value="78642733" type="hidden">
                <input name="nr_Nota_894089_800" id="nr_Nota_894089_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_890" id="ci_AlunoAvaliacao_894089_890" value="78541240" type="hidden">
                <input name="nr_Nota_894089_890" id="nr_Nota_894089_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_970" id="ci_AlunoAvaliacao_894089_970" value="78512149" type="hidden">
                <input name="nr_Nota_894089_970" id="nr_Nota_894089_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_3330" id="ci_AlunoAvaliacao_894089_3330" value="78516972" type="hidden">
                <input name="nr_Nota_894089_3330" id="nr_Nota_894089_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1130" id="ci_AlunoAvaliacao_894089_1130" value="78538207" type="hidden">
                <input name="nr_Nota_894089_1130" id="nr_Nota_894089_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1140" id="ci_AlunoAvaliacao_894089_1140" value="78542456" type="hidden">
                <input name="nr_Nota_894089_1140" id="nr_Nota_894089_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1200" id="ci_AlunoAvaliacao_894089_1200" value="77347090" type="hidden">
                <input name="nr_Nota_894089_1200" id="nr_Nota_894089_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1620" id="ci_AlunoAvaliacao_894089_1620" value="79771099" type="hidden">
                <input name="nr_Nota_894089_1620" id="nr_Nota_894089_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1730" id="ci_AlunoAvaliacao_894089_1730" value="77680461" type="hidden">
                <input name="nr_Nota_894089_1730" id="nr_Nota_894089_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1298438&nbsp;JAILA BASTOS CARVALHO
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1298438" type="hidden"></td>
            
            <td id="colunaNotaAluno_1298438_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_154" id="ci_AlunoAvaliacao_1298438_154" value="72009737" type="hidden">
                <input name="nr_Nota_1298438_154" id="nr_Nota_1298438_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_160" id="ci_AlunoAvaliacao_1298438_160" value="71969451" type="hidden">
                <input name="nr_Nota_1298438_160" id="nr_Nota_1298438_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_530" id="ci_AlunoAvaliacao_1298438_530" value="73859856" type="hidden">
                <input name="nr_Nota_1298438_530" id="nr_Nota_1298438_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_780" id="ci_AlunoAvaliacao_1298438_780" value="83138643" type="hidden">
                <input name="nr_Nota_1298438_780" id="nr_Nota_1298438_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_800" id="ci_AlunoAvaliacao_1298438_800" value="73837351" type="hidden">
                <input name="nr_Nota_1298438_800" id="nr_Nota_1298438_800" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_890" id="ci_AlunoAvaliacao_1298438_890" value="73546144" type="hidden">
                <input name="nr_Nota_1298438_890" id="nr_Nota_1298438_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_970" id="ci_AlunoAvaliacao_1298438_970" value="73551309" type="hidden">
                <input name="nr_Nota_1298438_970" id="nr_Nota_1298438_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_3330" id="ci_AlunoAvaliacao_1298438_3330" value="72010532" type="hidden">
                <input name="nr_Nota_1298438_3330" id="nr_Nota_1298438_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1130" id="ci_AlunoAvaliacao_1298438_1130" value="87762057" type="hidden">
                <input name="nr_Nota_1298438_1130" id="nr_Nota_1298438_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1140" id="ci_AlunoAvaliacao_1298438_1140" value="73868441" type="hidden">
                <input name="nr_Nota_1298438_1140" id="nr_Nota_1298438_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1200" id="ci_AlunoAvaliacao_1298438_1200" value="72898351" type="hidden">
                <input name="nr_Nota_1298438_1200" id="nr_Nota_1298438_1200" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1620" id="ci_AlunoAvaliacao_1298438_1620" value="73558452" type="hidden">
                <input name="nr_Nota_1298438_1620" id="nr_Nota_1298438_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1730" id="ci_AlunoAvaliacao_1298438_1730" value="83142614" type="hidden">
                <input name="nr_Nota_1298438_1730" id="nr_Nota_1298438_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902818&nbsp;JOSE MATHEUS LIMA CAPISTRANO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="902818" type="hidden"></td>
            
            <td id="colunaNotaAluno_902818_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_154" id="ci_AlunoAvaliacao_902818_154" value="78536329" type="hidden">
                <input name="nr_Nota_902818_154" id="nr_Nota_902818_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_160" id="ci_AlunoAvaliacao_902818_160" value="78514367" type="hidden">
                <input name="nr_Nota_902818_160" id="nr_Nota_902818_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_530" id="ci_AlunoAvaliacao_902818_530" value="78543113" type="hidden">
                <input name="nr_Nota_902818_530" id="nr_Nota_902818_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_780" id="ci_AlunoAvaliacao_902818_780" value="79306791" type="hidden">
                <input name="nr_Nota_902818_780" id="nr_Nota_902818_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_800" id="ci_AlunoAvaliacao_902818_800" value="78642734" type="hidden">
                <input name="nr_Nota_902818_800" id="nr_Nota_902818_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_890" id="ci_AlunoAvaliacao_902818_890" value="78541241" type="hidden">
                <input name="nr_Nota_902818_890" id="nr_Nota_902818_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_970" id="ci_AlunoAvaliacao_902818_970" value="78512151" type="hidden">
                <input name="nr_Nota_902818_970" id="nr_Nota_902818_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_3330" id="ci_AlunoAvaliacao_902818_3330" value="78516973" type="hidden">
                <input name="nr_Nota_902818_3330" id="nr_Nota_902818_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1130" id="ci_AlunoAvaliacao_902818_1130" value="78538208" type="hidden">
                <input name="nr_Nota_902818_1130" id="nr_Nota_902818_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1140" id="ci_AlunoAvaliacao_902818_1140" value="78542457" type="hidden">
                <input name="nr_Nota_902818_1140" id="nr_Nota_902818_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1200" id="ci_AlunoAvaliacao_902818_1200" value="77347091" type="hidden">
                <input name="nr_Nota_902818_1200" id="nr_Nota_902818_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1620" id="ci_AlunoAvaliacao_902818_1620" value="79771100" type="hidden">
                <input name="nr_Nota_902818_1620" id="nr_Nota_902818_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1730" id="ci_AlunoAvaliacao_902818_1730" value="77680463" type="hidden">
                <input name="nr_Nota_902818_1730" id="nr_Nota_902818_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;902446&nbsp;KARINA CATUNDA VIANA
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="902446" type="hidden"></td>
            
            <td id="colunaNotaAluno_902446_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_154" id="ci_AlunoAvaliacao_902446_154" value="74192063" type="hidden">
                <input name="nr_Nota_902446_154" id="nr_Nota_902446_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_160" id="ci_AlunoAvaliacao_902446_160" value="74192278" type="hidden">
                <input name="nr_Nota_902446_160" id="nr_Nota_902446_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_530" id="ci_AlunoAvaliacao_902446_530" value="74192312" type="hidden">
                <input name="nr_Nota_902446_530" id="nr_Nota_902446_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_780" id="ci_AlunoAvaliacao_902446_780" value="74192620" type="hidden">
                <input name="nr_Nota_902446_780" id="nr_Nota_902446_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_800" id="ci_AlunoAvaliacao_902446_800" value="74192771" type="hidden">
                <input name="nr_Nota_902446_800" id="nr_Nota_902446_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_890" id="ci_AlunoAvaliacao_902446_890" value="74192877" type="hidden">
                <input name="nr_Nota_902446_890" id="nr_Nota_902446_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_970" id="ci_AlunoAvaliacao_902446_970" value="74192998" type="hidden">
                <input name="nr_Nota_902446_970" id="nr_Nota_902446_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_3330" id="ci_AlunoAvaliacao_902446_3330" value="74193624" type="hidden">
                <input name="nr_Nota_902446_3330" id="nr_Nota_902446_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1130" id="ci_AlunoAvaliacao_902446_1130" value="74193847" type="hidden">
                <input name="nr_Nota_902446_1130" id="nr_Nota_902446_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1140" id="ci_AlunoAvaliacao_902446_1140" value="74194191" type="hidden">
                <input name="nr_Nota_902446_1140" id="nr_Nota_902446_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1200" id="ci_AlunoAvaliacao_902446_1200" value="74194289" type="hidden">
                <input name="nr_Nota_902446_1200" id="nr_Nota_902446_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1620" id="ci_AlunoAvaliacao_902446_1620" value="74194432" type="hidden">
                <input name="nr_Nota_902446_1620" id="nr_Nota_902446_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1730" id="ci_AlunoAvaliacao_902446_1730" value="74194500" type="hidden">
                <input name="nr_Nota_902446_1730" id="nr_Nota_902446_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;903319&nbsp;KAROLINY BEZERRA ALBUQUERQUE
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="903319" type="hidden"></td>
            
            <td id="colunaNotaAluno_903319_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_154" id="ci_AlunoAvaliacao_903319_154" value="78536331" type="hidden">
                <input name="nr_Nota_903319_154" id="nr_Nota_903319_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_160" id="ci_AlunoAvaliacao_903319_160" value="78514369" type="hidden">
                <input name="nr_Nota_903319_160" id="nr_Nota_903319_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_530" id="ci_AlunoAvaliacao_903319_530" value="78543115" type="hidden">
                <input name="nr_Nota_903319_530" id="nr_Nota_903319_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_780" id="ci_AlunoAvaliacao_903319_780" value="79306793" type="hidden">
                <input name="nr_Nota_903319_780" id="nr_Nota_903319_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_800" id="ci_AlunoAvaliacao_903319_800" value="78642736" type="hidden">
                <input name="nr_Nota_903319_800" id="nr_Nota_903319_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_890" id="ci_AlunoAvaliacao_903319_890" value="78541243" type="hidden">
                <input name="nr_Nota_903319_890" id="nr_Nota_903319_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_970" id="ci_AlunoAvaliacao_903319_970" value="78512153" type="hidden">
                <input name="nr_Nota_903319_970" id="nr_Nota_903319_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_3330" id="ci_AlunoAvaliacao_903319_3330" value="78516975" type="hidden">
                <input name="nr_Nota_903319_3330" id="nr_Nota_903319_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1130" id="ci_AlunoAvaliacao_903319_1130" value="78538210" type="hidden">
                <input name="nr_Nota_903319_1130" id="nr_Nota_903319_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1140" id="ci_AlunoAvaliacao_903319_1140" value="78542459" type="hidden">
                <input name="nr_Nota_903319_1140" id="nr_Nota_903319_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1200" id="ci_AlunoAvaliacao_903319_1200" value="77347093" type="hidden">
                <input name="nr_Nota_903319_1200" id="nr_Nota_903319_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1620" id="ci_AlunoAvaliacao_903319_1620" value="79771102" type="hidden">
                <input name="nr_Nota_903319_1620" id="nr_Nota_903319_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1730" id="ci_AlunoAvaliacao_903319_1730" value="77680465" type="hidden">
                <input name="nr_Nota_903319_1730" id="nr_Nota_903319_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228705&nbsp;LAURISSON ALBERTHY DA SILVA BEZERRA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1228705" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228705_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_154" id="ci_AlunoAvaliacao_1228705_154" value="78536332" type="hidden">
                <input name="nr_Nota_1228705_154" id="nr_Nota_1228705_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_160" id="ci_AlunoAvaliacao_1228705_160" value="78514370" type="hidden">
                <input name="nr_Nota_1228705_160" id="nr_Nota_1228705_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_530" id="ci_AlunoAvaliacao_1228705_530" value="78543116" type="hidden">
                <input name="nr_Nota_1228705_530" id="nr_Nota_1228705_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_780" id="ci_AlunoAvaliacao_1228705_780" value="79306794" type="hidden">
                <input name="nr_Nota_1228705_780" id="nr_Nota_1228705_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_800" id="ci_AlunoAvaliacao_1228705_800" value="78642737" type="hidden">
                <input name="nr_Nota_1228705_800" id="nr_Nota_1228705_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_890" id="ci_AlunoAvaliacao_1228705_890" value="78541244" type="hidden">
                <input name="nr_Nota_1228705_890" id="nr_Nota_1228705_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_970" id="ci_AlunoAvaliacao_1228705_970" value="78512154" type="hidden">
                <input name="nr_Nota_1228705_970" id="nr_Nota_1228705_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_3330" id="ci_AlunoAvaliacao_1228705_3330" value="78516976" type="hidden">
                <input name="nr_Nota_1228705_3330" id="nr_Nota_1228705_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1130" id="ci_AlunoAvaliacao_1228705_1130" value="78538211" type="hidden">
                <input name="nr_Nota_1228705_1130" id="nr_Nota_1228705_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1140" id="ci_AlunoAvaliacao_1228705_1140" value="78542460" type="hidden">
                <input name="nr_Nota_1228705_1140" id="nr_Nota_1228705_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1200" id="ci_AlunoAvaliacao_1228705_1200" value="77347094" type="hidden">
                <input name="nr_Nota_1228705_1200" id="nr_Nota_1228705_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1620" id="ci_AlunoAvaliacao_1228705_1620" value="79771103" type="hidden">
                <input name="nr_Nota_1228705_1620" id="nr_Nota_1228705_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1730" id="ci_AlunoAvaliacao_1228705_1730" value="77680466" type="hidden">
                <input name="nr_Nota_1228705_1730" id="nr_Nota_1228705_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;922482&nbsp;LUCAS SILVA CASTRO
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="922482" type="hidden"></td>
            
            <td id="colunaNotaAluno_922482_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_154" id="ci_AlunoAvaliacao_922482_154" value="78536333" type="hidden">
                <input name="nr_Nota_922482_154" id="nr_Nota_922482_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_160" id="ci_AlunoAvaliacao_922482_160" value="78514371" type="hidden">
                <input name="nr_Nota_922482_160" id="nr_Nota_922482_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_530" id="ci_AlunoAvaliacao_922482_530" value="78543117" type="hidden">
                <input name="nr_Nota_922482_530" id="nr_Nota_922482_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_780" id="ci_AlunoAvaliacao_922482_780" value="79306795" type="hidden">
                <input name="nr_Nota_922482_780" id="nr_Nota_922482_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_800" id="ci_AlunoAvaliacao_922482_800" value="78642738" type="hidden">
                <input name="nr_Nota_922482_800" id="nr_Nota_922482_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_890" id="ci_AlunoAvaliacao_922482_890" value="78541245" type="hidden">
                <input name="nr_Nota_922482_890" id="nr_Nota_922482_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_970" id="ci_AlunoAvaliacao_922482_970" value="78512155" type="hidden">
                <input name="nr_Nota_922482_970" id="nr_Nota_922482_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_3330" id="ci_AlunoAvaliacao_922482_3330" value="78516977" type="hidden">
                <input name="nr_Nota_922482_3330" id="nr_Nota_922482_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1130" id="ci_AlunoAvaliacao_922482_1130" value="78538212" type="hidden">
                <input name="nr_Nota_922482_1130" id="nr_Nota_922482_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1140" id="ci_AlunoAvaliacao_922482_1140" value="78542461" type="hidden">
                <input name="nr_Nota_922482_1140" id="nr_Nota_922482_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1200" id="ci_AlunoAvaliacao_922482_1200" value="77347095" type="hidden">
                <input name="nr_Nota_922482_1200" id="nr_Nota_922482_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1620" id="ci_AlunoAvaliacao_922482_1620" value="79771104" type="hidden">
                <input name="nr_Nota_922482_1620" id="nr_Nota_922482_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1730" id="ci_AlunoAvaliacao_922482_1730" value="77680467" type="hidden">
                <input name="nr_Nota_922482_1730" id="nr_Nota_922482_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1461058&nbsp;LUIS DIEGO TEODORO MENDES
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1461058" type="hidden"></td>
            
            <td id="colunaNotaAluno_1461058_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_154" id="ci_AlunoAvaliacao_1461058_154" value="78536334" type="hidden">
                <input name="nr_Nota_1461058_154" id="nr_Nota_1461058_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_160" id="ci_AlunoAvaliacao_1461058_160" value="78514372" type="hidden">
                <input name="nr_Nota_1461058_160" id="nr_Nota_1461058_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_530" id="ci_AlunoAvaliacao_1461058_530" value="78543118" type="hidden">
                <input name="nr_Nota_1461058_530" id="nr_Nota_1461058_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_780" id="ci_AlunoAvaliacao_1461058_780" value="79306796" type="hidden">
                <input name="nr_Nota_1461058_780" id="nr_Nota_1461058_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_800" id="ci_AlunoAvaliacao_1461058_800" value="78642739" type="hidden">
                <input name="nr_Nota_1461058_800" id="nr_Nota_1461058_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_890" id="ci_AlunoAvaliacao_1461058_890" value="78541246" type="hidden">
                <input name="nr_Nota_1461058_890" id="nr_Nota_1461058_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_970" id="ci_AlunoAvaliacao_1461058_970" value="78512156" type="hidden">
                <input name="nr_Nota_1461058_970" id="nr_Nota_1461058_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_3330" id="ci_AlunoAvaliacao_1461058_3330" value="78516978" type="hidden">
                <input name="nr_Nota_1461058_3330" id="nr_Nota_1461058_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1130" id="ci_AlunoAvaliacao_1461058_1130" value="78538213" type="hidden">
                <input name="nr_Nota_1461058_1130" id="nr_Nota_1461058_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1140" id="ci_AlunoAvaliacao_1461058_1140" value="78542462" type="hidden">
                <input name="nr_Nota_1461058_1140" id="nr_Nota_1461058_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1200" id="ci_AlunoAvaliacao_1461058_1200" value="77347096" type="hidden">
                <input name="nr_Nota_1461058_1200" id="nr_Nota_1461058_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1620" id="ci_AlunoAvaliacao_1461058_1620" value="79771105" type="hidden">
                <input name="nr_Nota_1461058_1620" id="nr_Nota_1461058_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1730" id="ci_AlunoAvaliacao_1461058_1730" value="77680468" type="hidden">
                <input name="nr_Nota_1461058_1730" id="nr_Nota_1461058_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;580963&nbsp;LUIZ CARLOS BEZERRA DE OLIVEIRA JUNIOR
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="580963" type="hidden"></td>
            
            <td id="colunaNotaAluno_580963_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_154" id="ci_AlunoAvaliacao_580963_154" value="78536335" type="hidden">
                <input name="nr_Nota_580963_154" id="nr_Nota_580963_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_160" id="ci_AlunoAvaliacao_580963_160" value="78514373" type="hidden">
                <input name="nr_Nota_580963_160" id="nr_Nota_580963_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_530" id="ci_AlunoAvaliacao_580963_530" value="78543119" type="hidden">
                <input name="nr_Nota_580963_530" id="nr_Nota_580963_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_780" id="ci_AlunoAvaliacao_580963_780" value="79306797" type="hidden">
                <input name="nr_Nota_580963_780" id="nr_Nota_580963_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_800" id="ci_AlunoAvaliacao_580963_800" value="78642740" type="hidden">
                <input name="nr_Nota_580963_800" id="nr_Nota_580963_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_890" id="ci_AlunoAvaliacao_580963_890" value="78541247" type="hidden">
                <input name="nr_Nota_580963_890" id="nr_Nota_580963_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_970" id="ci_AlunoAvaliacao_580963_970" value="78512157" type="hidden">
                <input name="nr_Nota_580963_970" id="nr_Nota_580963_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_3330" id="ci_AlunoAvaliacao_580963_3330" value="78516979" type="hidden">
                <input name="nr_Nota_580963_3330" id="nr_Nota_580963_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1130" id="ci_AlunoAvaliacao_580963_1130" value="78538214" type="hidden">
                <input name="nr_Nota_580963_1130" id="nr_Nota_580963_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1140" id="ci_AlunoAvaliacao_580963_1140" value="78542463" type="hidden">
                <input name="nr_Nota_580963_1140" id="nr_Nota_580963_1140" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1200" id="ci_AlunoAvaliacao_580963_1200" value="77347097" type="hidden">
                <input name="nr_Nota_580963_1200" id="nr_Nota_580963_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1620" id="ci_AlunoAvaliacao_580963_1620" value="79771106" type="hidden">
                <input name="nr_Nota_580963_1620" id="nr_Nota_580963_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1730" id="ci_AlunoAvaliacao_580963_1730" value="77680469" type="hidden">
                <input name="nr_Nota_580963_1730" id="nr_Nota_580963_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196150&nbsp;MARCUS VINICIUS QUEIROZ CARVALHO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1196150" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196150_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_154" id="ci_AlunoAvaliacao_1196150_154" value="78536336" type="hidden">
                <input name="nr_Nota_1196150_154" id="nr_Nota_1196150_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_160" id="ci_AlunoAvaliacao_1196150_160" value="78514374" type="hidden">
                <input name="nr_Nota_1196150_160" id="nr_Nota_1196150_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_530" id="ci_AlunoAvaliacao_1196150_530" value="78543120" type="hidden">
                <input name="nr_Nota_1196150_530" id="nr_Nota_1196150_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_780" id="ci_AlunoAvaliacao_1196150_780" value="79306798" type="hidden">
                <input name="nr_Nota_1196150_780" id="nr_Nota_1196150_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_800" id="ci_AlunoAvaliacao_1196150_800" value="78642741" type="hidden">
                <input name="nr_Nota_1196150_800" id="nr_Nota_1196150_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_890" id="ci_AlunoAvaliacao_1196150_890" value="78541248" type="hidden">
                <input name="nr_Nota_1196150_890" id="nr_Nota_1196150_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_970" id="ci_AlunoAvaliacao_1196150_970" value="78512158" type="hidden">
                <input name="nr_Nota_1196150_970" id="nr_Nota_1196150_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_3330" id="ci_AlunoAvaliacao_1196150_3330" value="78516980" type="hidden">
                <input name="nr_Nota_1196150_3330" id="nr_Nota_1196150_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1130" id="ci_AlunoAvaliacao_1196150_1130" value="78538215" type="hidden">
                <input name="nr_Nota_1196150_1130" id="nr_Nota_1196150_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1140" id="ci_AlunoAvaliacao_1196150_1140" value="78542464" type="hidden">
                <input name="nr_Nota_1196150_1140" id="nr_Nota_1196150_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1200" id="ci_AlunoAvaliacao_1196150_1200" value="77347098" type="hidden">
                <input name="nr_Nota_1196150_1200" id="nr_Nota_1196150_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1620" id="ci_AlunoAvaliacao_1196150_1620" value="79771107" type="hidden">
                <input name="nr_Nota_1196150_1620" id="nr_Nota_1196150_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1730" id="ci_AlunoAvaliacao_1196150_1730" value="77680470" type="hidden">
                <input name="nr_Nota_1196150_1730" id="nr_Nota_1196150_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1462855&nbsp;MARIANA MENDONCA COELHO
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1462855" type="hidden"></td>
            
            <td id="colunaNotaAluno_1462855_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_154" id="ci_AlunoAvaliacao_1462855_154" value="78536337" type="hidden">
                <input name="nr_Nota_1462855_154" id="nr_Nota_1462855_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_160" id="ci_AlunoAvaliacao_1462855_160" value="78514375" type="hidden">
                <input name="nr_Nota_1462855_160" id="nr_Nota_1462855_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_530" id="ci_AlunoAvaliacao_1462855_530" value="78543121" type="hidden">
                <input name="nr_Nota_1462855_530" id="nr_Nota_1462855_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_780" id="ci_AlunoAvaliacao_1462855_780" value="79306799" type="hidden">
                <input name="nr_Nota_1462855_780" id="nr_Nota_1462855_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_800" id="ci_AlunoAvaliacao_1462855_800" value="78642742" type="hidden">
                <input name="nr_Nota_1462855_800" id="nr_Nota_1462855_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_890" id="ci_AlunoAvaliacao_1462855_890" value="78541249" type="hidden">
                <input name="nr_Nota_1462855_890" id="nr_Nota_1462855_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_970" id="ci_AlunoAvaliacao_1462855_970" value="78512159" type="hidden">
                <input name="nr_Nota_1462855_970" id="nr_Nota_1462855_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_3330" id="ci_AlunoAvaliacao_1462855_3330" value="78516981" type="hidden">
                <input name="nr_Nota_1462855_3330" id="nr_Nota_1462855_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1130" id="ci_AlunoAvaliacao_1462855_1130" value="78538216" type="hidden">
                <input name="nr_Nota_1462855_1130" id="nr_Nota_1462855_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1140" id="ci_AlunoAvaliacao_1462855_1140" value="78542465" type="hidden">
                <input name="nr_Nota_1462855_1140" id="nr_Nota_1462855_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1200" id="ci_AlunoAvaliacao_1462855_1200" value="77347099" type="hidden">
                <input name="nr_Nota_1462855_1200" id="nr_Nota_1462855_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1620" id="ci_AlunoAvaliacao_1462855_1620" value="79771108" type="hidden">
                <input name="nr_Nota_1462855_1620" id="nr_Nota_1462855_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1730" id="ci_AlunoAvaliacao_1462855_1730" value="77680471" type="hidden">
                <input name="nr_Nota_1462855_1730" id="nr_Nota_1462855_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1191365&nbsp;MARIO MARCOS DE OLIVEIRA FILHO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1191365" type="hidden"></td>
            
            <td id="colunaNotaAluno_1191365_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_154" id="ci_AlunoAvaliacao_1191365_154" value="78536339" type="hidden">
                <input name="nr_Nota_1191365_154" id="nr_Nota_1191365_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_160" id="ci_AlunoAvaliacao_1191365_160" value="78514377" type="hidden">
                <input name="nr_Nota_1191365_160" id="nr_Nota_1191365_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_530" id="ci_AlunoAvaliacao_1191365_530" value="78543123" type="hidden">
                <input name="nr_Nota_1191365_530" id="nr_Nota_1191365_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_780" id="ci_AlunoAvaliacao_1191365_780" value="79306801" type="hidden">
                <input name="nr_Nota_1191365_780" id="nr_Nota_1191365_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_800" id="ci_AlunoAvaliacao_1191365_800" value="78642744" type="hidden">
                <input name="nr_Nota_1191365_800" id="nr_Nota_1191365_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_890" id="ci_AlunoAvaliacao_1191365_890" value="78541251" type="hidden">
                <input name="nr_Nota_1191365_890" id="nr_Nota_1191365_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_970" id="ci_AlunoAvaliacao_1191365_970" value="78512161" type="hidden">
                <input name="nr_Nota_1191365_970" id="nr_Nota_1191365_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_3330" id="ci_AlunoAvaliacao_1191365_3330" value="78516983" type="hidden">
                <input name="nr_Nota_1191365_3330" id="nr_Nota_1191365_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1130" id="ci_AlunoAvaliacao_1191365_1130" value="78538218" type="hidden">
                <input name="nr_Nota_1191365_1130" id="nr_Nota_1191365_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1140" id="ci_AlunoAvaliacao_1191365_1140" value="78542467" type="hidden">
                <input name="nr_Nota_1191365_1140" id="nr_Nota_1191365_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1200" id="ci_AlunoAvaliacao_1191365_1200" value="77347101" type="hidden">
                <input name="nr_Nota_1191365_1200" id="nr_Nota_1191365_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1620" id="ci_AlunoAvaliacao_1191365_1620" value="79771110" type="hidden">
                <input name="nr_Nota_1191365_1620" id="nr_Nota_1191365_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1730" id="ci_AlunoAvaliacao_1191365_1730" value="77680473" type="hidden">
                <input name="nr_Nota_1191365_1730" id="nr_Nota_1191365_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;872624&nbsp;PATRICIA COSTA AGUIAR
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="872624" type="hidden"></td>
            
            <td id="colunaNotaAluno_872624_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_154" id="ci_AlunoAvaliacao_872624_154" value="78536341" type="hidden">
                <input name="nr_Nota_872624_154" id="nr_Nota_872624_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_160" id="ci_AlunoAvaliacao_872624_160" value="78514379" type="hidden">
                <input name="nr_Nota_872624_160" id="nr_Nota_872624_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_530" id="ci_AlunoAvaliacao_872624_530" value="78543125" type="hidden">
                <input name="nr_Nota_872624_530" id="nr_Nota_872624_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_780" id="ci_AlunoAvaliacao_872624_780" value="79306803" type="hidden">
                <input name="nr_Nota_872624_780" id="nr_Nota_872624_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_800" id="ci_AlunoAvaliacao_872624_800" value="78642746" type="hidden">
                <input name="nr_Nota_872624_800" id="nr_Nota_872624_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_890" id="ci_AlunoAvaliacao_872624_890" value="78541253" type="hidden">
                <input name="nr_Nota_872624_890" id="nr_Nota_872624_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_970" id="ci_AlunoAvaliacao_872624_970" value="78512163" type="hidden">
                <input name="nr_Nota_872624_970" id="nr_Nota_872624_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_3330" id="ci_AlunoAvaliacao_872624_3330" value="78516985" type="hidden">
                <input name="nr_Nota_872624_3330" id="nr_Nota_872624_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1130" id="ci_AlunoAvaliacao_872624_1130" value="78538220" type="hidden">
                <input name="nr_Nota_872624_1130" id="nr_Nota_872624_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1140" id="ci_AlunoAvaliacao_872624_1140" value="78542469" type="hidden">
                <input name="nr_Nota_872624_1140" id="nr_Nota_872624_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1200" id="ci_AlunoAvaliacao_872624_1200" value="77347103" type="hidden">
                <input name="nr_Nota_872624_1200" id="nr_Nota_872624_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1620" id="ci_AlunoAvaliacao_872624_1620" value="79771111" type="hidden">
                <input name="nr_Nota_872624_1620" id="nr_Nota_872624_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1730" id="ci_AlunoAvaliacao_872624_1730" value="77680475" type="hidden">
                <input name="nr_Nota_872624_1730" id="nr_Nota_872624_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;238691&nbsp;PATRICIA FRUTUOSO DE ALMEIDA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="238691" type="hidden"></td>
            
            <td id="colunaNotaAluno_238691_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_154" id="ci_AlunoAvaliacao_238691_154" value="78536342" type="hidden">
                <input name="nr_Nota_238691_154" id="nr_Nota_238691_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_160" id="ci_AlunoAvaliacao_238691_160" value="78514380" type="hidden">
                <input name="nr_Nota_238691_160" id="nr_Nota_238691_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_530" id="ci_AlunoAvaliacao_238691_530" value="78543126" type="hidden">
                <input name="nr_Nota_238691_530" id="nr_Nota_238691_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_780" id="ci_AlunoAvaliacao_238691_780" value="79306804" type="hidden">
                <input name="nr_Nota_238691_780" id="nr_Nota_238691_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_800" id="ci_AlunoAvaliacao_238691_800" value="78642747" type="hidden">
                <input name="nr_Nota_238691_800" id="nr_Nota_238691_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_890" id="ci_AlunoAvaliacao_238691_890" value="78541254" type="hidden">
                <input name="nr_Nota_238691_890" id="nr_Nota_238691_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_970" id="ci_AlunoAvaliacao_238691_970" value="78512164" type="hidden">
                <input name="nr_Nota_238691_970" id="nr_Nota_238691_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_3330" id="ci_AlunoAvaliacao_238691_3330" value="78516986" type="hidden">
                <input name="nr_Nota_238691_3330" id="nr_Nota_238691_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1130" id="ci_AlunoAvaliacao_238691_1130" value="78538221" type="hidden">
                <input name="nr_Nota_238691_1130" id="nr_Nota_238691_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1140" id="ci_AlunoAvaliacao_238691_1140" value="78542470" type="hidden">
                <input name="nr_Nota_238691_1140" id="nr_Nota_238691_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1200" id="ci_AlunoAvaliacao_238691_1200" value="77347104" type="hidden">
                <input name="nr_Nota_238691_1200" id="nr_Nota_238691_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1620" id="ci_AlunoAvaliacao_238691_1620" value="79771112" type="hidden">
                <input name="nr_Nota_238691_1620" id="nr_Nota_238691_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1730" id="ci_AlunoAvaliacao_238691_1730" value="77680476" type="hidden">
                <input name="nr_Nota_238691_1730" id="nr_Nota_238691_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2401440&nbsp;PAULO CESAR HOLANDA FILHO
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="2401440" type="hidden"></td>
            
            <td id="colunaNotaAluno_2401440_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_154" id="ci_AlunoAvaliacao_2401440_154" value="78536343" type="hidden">
                <input name="nr_Nota_2401440_154" id="nr_Nota_2401440_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_160" id="ci_AlunoAvaliacao_2401440_160" value="78514381" type="hidden">
                <input name="nr_Nota_2401440_160" id="nr_Nota_2401440_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_530" id="ci_AlunoAvaliacao_2401440_530" value="78543127" type="hidden">
                <input name="nr_Nota_2401440_530" id="nr_Nota_2401440_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_780" id="ci_AlunoAvaliacao_2401440_780" value="79306805" type="hidden">
                <input name="nr_Nota_2401440_780" id="nr_Nota_2401440_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_800" id="ci_AlunoAvaliacao_2401440_800" value="78642748" type="hidden">
                <input name="nr_Nota_2401440_800" id="nr_Nota_2401440_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_890" id="ci_AlunoAvaliacao_2401440_890" value="78541255" type="hidden">
                <input name="nr_Nota_2401440_890" id="nr_Nota_2401440_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_970" id="ci_AlunoAvaliacao_2401440_970" value="78512165" type="hidden">
                <input name="nr_Nota_2401440_970" id="nr_Nota_2401440_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_3330" id="ci_AlunoAvaliacao_2401440_3330" value="78516987" type="hidden">
                <input name="nr_Nota_2401440_3330" id="nr_Nota_2401440_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1130" id="ci_AlunoAvaliacao_2401440_1130" value="78538222" type="hidden">
                <input name="nr_Nota_2401440_1130" id="nr_Nota_2401440_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1140" id="ci_AlunoAvaliacao_2401440_1140" value="78542471" type="hidden">
                <input name="nr_Nota_2401440_1140" id="nr_Nota_2401440_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1200" id="ci_AlunoAvaliacao_2401440_1200" value="77347105" type="hidden">
                <input name="nr_Nota_2401440_1200" id="nr_Nota_2401440_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1620" id="ci_AlunoAvaliacao_2401440_1620" value="79771113" type="hidden">
                <input name="nr_Nota_2401440_1620" id="nr_Nota_2401440_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1730" id="ci_AlunoAvaliacao_2401440_1730" value="77680477" type="hidden">
                <input name="nr_Nota_2401440_1730" id="nr_Nota_2401440_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;89614&nbsp;RAFAELA FERREIRA GOMES
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="89614" type="hidden"></td>
            
            <td id="colunaNotaAluno_89614_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_154" id="ci_AlunoAvaliacao_89614_154" value="78536344" type="hidden">
                <input name="nr_Nota_89614_154" id="nr_Nota_89614_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_160" id="ci_AlunoAvaliacao_89614_160" value="78514382" type="hidden">
                <input name="nr_Nota_89614_160" id="nr_Nota_89614_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_530" id="ci_AlunoAvaliacao_89614_530" value="78543128" type="hidden">
                <input name="nr_Nota_89614_530" id="nr_Nota_89614_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_780" id="ci_AlunoAvaliacao_89614_780" value="79306806" type="hidden">
                <input name="nr_Nota_89614_780" id="nr_Nota_89614_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_800" id="ci_AlunoAvaliacao_89614_800" value="78642749" type="hidden">
                <input name="nr_Nota_89614_800" id="nr_Nota_89614_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_890" id="ci_AlunoAvaliacao_89614_890" value="78541256" type="hidden">
                <input name="nr_Nota_89614_890" id="nr_Nota_89614_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_970" id="ci_AlunoAvaliacao_89614_970" value="78512166" type="hidden">
                <input name="nr_Nota_89614_970" id="nr_Nota_89614_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_3330" id="ci_AlunoAvaliacao_89614_3330" value="78516988" type="hidden">
                <input name="nr_Nota_89614_3330" id="nr_Nota_89614_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1130" id="ci_AlunoAvaliacao_89614_1130" value="78538223" type="hidden">
                <input name="nr_Nota_89614_1130" id="nr_Nota_89614_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1140" id="ci_AlunoAvaliacao_89614_1140" value="78542472" type="hidden">
                <input name="nr_Nota_89614_1140" id="nr_Nota_89614_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1200" id="ci_AlunoAvaliacao_89614_1200" value="77347106" type="hidden">
                <input name="nr_Nota_89614_1200" id="nr_Nota_89614_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1620" id="ci_AlunoAvaliacao_89614_1620" value="79771114" type="hidden">
                <input name="nr_Nota_89614_1620" id="nr_Nota_89614_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1730" id="ci_AlunoAvaliacao_89614_1730" value="77680478" type="hidden">
                <input name="nr_Nota_89614_1730" id="nr_Nota_89614_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1196274&nbsp;REBECA ARAUJO DOS SANTOS OLIVEIRA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1196274" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196274_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_154" id="ci_AlunoAvaliacao_1196274_154" value="78536345" type="hidden">
                <input name="nr_Nota_1196274_154" id="nr_Nota_1196274_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_160" id="ci_AlunoAvaliacao_1196274_160" value="78514383" type="hidden">
                <input name="nr_Nota_1196274_160" id="nr_Nota_1196274_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_530" id="ci_AlunoAvaliacao_1196274_530" value="78543130" type="hidden">
                <input name="nr_Nota_1196274_530" id="nr_Nota_1196274_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_780" id="ci_AlunoAvaliacao_1196274_780" value="79306807" type="hidden">
                <input name="nr_Nota_1196274_780" id="nr_Nota_1196274_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_800" id="ci_AlunoAvaliacao_1196274_800" value="78642750" type="hidden">
                <input name="nr_Nota_1196274_800" id="nr_Nota_1196274_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_890" id="ci_AlunoAvaliacao_1196274_890" value="78541257" type="hidden">
                <input name="nr_Nota_1196274_890" id="nr_Nota_1196274_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_970" id="ci_AlunoAvaliacao_1196274_970" value="78512167" type="hidden">
                <input name="nr_Nota_1196274_970" id="nr_Nota_1196274_970" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_3330" id="ci_AlunoAvaliacao_1196274_3330" value="78516989" type="hidden">
                <input name="nr_Nota_1196274_3330" id="nr_Nota_1196274_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1130" id="ci_AlunoAvaliacao_1196274_1130" value="78538224" type="hidden">
                <input name="nr_Nota_1196274_1130" id="nr_Nota_1196274_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1140" id="ci_AlunoAvaliacao_1196274_1140" value="78542473" type="hidden">
                <input name="nr_Nota_1196274_1140" id="nr_Nota_1196274_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1200" id="ci_AlunoAvaliacao_1196274_1200" value="77347107" type="hidden">
                <input name="nr_Nota_1196274_1200" id="nr_Nota_1196274_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1620" id="ci_AlunoAvaliacao_1196274_1620" value="79771115" type="hidden">
                <input name="nr_Nota_1196274_1620" id="nr_Nota_1196274_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1730" id="ci_AlunoAvaliacao_1196274_1730" value="77680479" type="hidden">
                <input name="nr_Nota_1196274_1730" id="nr_Nota_1196274_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202266&nbsp;RENATO LIMA MARQUES
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1202266" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202266_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_154" id="ci_AlunoAvaliacao_1202266_154" value="78536346" type="hidden">
                <input name="nr_Nota_1202266_154" id="nr_Nota_1202266_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_160" id="ci_AlunoAvaliacao_1202266_160" value="78514384" type="hidden">
                <input name="nr_Nota_1202266_160" id="nr_Nota_1202266_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_530" id="ci_AlunoAvaliacao_1202266_530" value="78543131" type="hidden">
                <input name="nr_Nota_1202266_530" id="nr_Nota_1202266_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_780" id="ci_AlunoAvaliacao_1202266_780" value="79306808" type="hidden">
                <input name="nr_Nota_1202266_780" id="nr_Nota_1202266_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_800" id="ci_AlunoAvaliacao_1202266_800" value="78642751" type="hidden">
                <input name="nr_Nota_1202266_800" id="nr_Nota_1202266_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_890" id="ci_AlunoAvaliacao_1202266_890" value="78541258" type="hidden">
                <input name="nr_Nota_1202266_890" id="nr_Nota_1202266_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_970" id="ci_AlunoAvaliacao_1202266_970" value="78512168" type="hidden">
                <input name="nr_Nota_1202266_970" id="nr_Nota_1202266_970" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_3330" id="ci_AlunoAvaliacao_1202266_3330" value="78516990" type="hidden">
                <input name="nr_Nota_1202266_3330" id="nr_Nota_1202266_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1130" id="ci_AlunoAvaliacao_1202266_1130" value="78538225" type="hidden">
                <input name="nr_Nota_1202266_1130" id="nr_Nota_1202266_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1140" id="ci_AlunoAvaliacao_1202266_1140" value="78542474" type="hidden">
                <input name="nr_Nota_1202266_1140" id="nr_Nota_1202266_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1200" id="ci_AlunoAvaliacao_1202266_1200" value="77347108" type="hidden">
                <input name="nr_Nota_1202266_1200" id="nr_Nota_1202266_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1620" id="ci_AlunoAvaliacao_1202266_1620" value="79771116" type="hidden">
                <input name="nr_Nota_1202266_1620" id="nr_Nota_1202266_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1730" id="ci_AlunoAvaliacao_1202266_1730" value="77680480" type="hidden">
                <input name="nr_Nota_1202266_1730" id="nr_Nota_1202266_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;954363&nbsp;RICARDO LIMA DE FREITAS FILHO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="954363" type="hidden"></td>
            
            <td id="colunaNotaAluno_954363_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_154" id="ci_AlunoAvaliacao_954363_154" value="78536349" type="hidden">
                <input name="nr_Nota_954363_154" id="nr_Nota_954363_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_160" id="ci_AlunoAvaliacao_954363_160" value="78514385" type="hidden">
                <input name="nr_Nota_954363_160" id="nr_Nota_954363_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_530" id="ci_AlunoAvaliacao_954363_530" value="78543132" type="hidden">
                <input name="nr_Nota_954363_530" id="nr_Nota_954363_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_780" id="ci_AlunoAvaliacao_954363_780" value="79306809" type="hidden">
                <input name="nr_Nota_954363_780" id="nr_Nota_954363_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_800" id="ci_AlunoAvaliacao_954363_800" value="78642752" type="hidden">
                <input name="nr_Nota_954363_800" id="nr_Nota_954363_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_890" id="ci_AlunoAvaliacao_954363_890" value="78541259" type="hidden">
                <input name="nr_Nota_954363_890" id="nr_Nota_954363_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_970" id="ci_AlunoAvaliacao_954363_970" value="78512169" type="hidden">
                <input name="nr_Nota_954363_970" id="nr_Nota_954363_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_3330" id="ci_AlunoAvaliacao_954363_3330" value="78516991" type="hidden">
                <input name="nr_Nota_954363_3330" id="nr_Nota_954363_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1130" id="ci_AlunoAvaliacao_954363_1130" value="78538226" type="hidden">
                <input name="nr_Nota_954363_1130" id="nr_Nota_954363_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1140" id="ci_AlunoAvaliacao_954363_1140" value="78542475" type="hidden">
                <input name="nr_Nota_954363_1140" id="nr_Nota_954363_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1200" id="ci_AlunoAvaliacao_954363_1200" value="77347109" type="hidden">
                <input name="nr_Nota_954363_1200" id="nr_Nota_954363_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1620" id="ci_AlunoAvaliacao_954363_1620" value="79771117" type="hidden">
                <input name="nr_Nota_954363_1620" id="nr_Nota_954363_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1730" id="ci_AlunoAvaliacao_954363_1730" value="77680481" type="hidden">
                <input name="nr_Nota_954363_1730" id="nr_Nota_954363_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1198044&nbsp;SAMAYARA ARAUJO RIBEIRO
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1198044" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198044_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_154" id="ci_AlunoAvaliacao_1198044_154" value="78536356" type="hidden">
                <input name="nr_Nota_1198044_154" id="nr_Nota_1198044_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_160" id="ci_AlunoAvaliacao_1198044_160" value="78514386" type="hidden">
                <input name="nr_Nota_1198044_160" id="nr_Nota_1198044_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_530" id="ci_AlunoAvaliacao_1198044_530" value="78543134" type="hidden">
                <input name="nr_Nota_1198044_530" id="nr_Nota_1198044_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_780" id="ci_AlunoAvaliacao_1198044_780" value="79306810" type="hidden">
                <input name="nr_Nota_1198044_780" id="nr_Nota_1198044_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_800" id="ci_AlunoAvaliacao_1198044_800" value="78642753" type="hidden">
                <input name="nr_Nota_1198044_800" id="nr_Nota_1198044_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_890" id="ci_AlunoAvaliacao_1198044_890" value="78541260" type="hidden">
                <input name="nr_Nota_1198044_890" id="nr_Nota_1198044_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_970" id="ci_AlunoAvaliacao_1198044_970" value="78512170" type="hidden">
                <input name="nr_Nota_1198044_970" id="nr_Nota_1198044_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_3330" id="ci_AlunoAvaliacao_1198044_3330" value="78516992" type="hidden">
                <input name="nr_Nota_1198044_3330" id="nr_Nota_1198044_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1130" id="ci_AlunoAvaliacao_1198044_1130" value="78538227" type="hidden">
                <input name="nr_Nota_1198044_1130" id="nr_Nota_1198044_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1140" id="ci_AlunoAvaliacao_1198044_1140" value="78542476" type="hidden">
                <input name="nr_Nota_1198044_1140" id="nr_Nota_1198044_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1200" id="ci_AlunoAvaliacao_1198044_1200" value="77347110" type="hidden">
                <input name="nr_Nota_1198044_1200" id="nr_Nota_1198044_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1620" id="ci_AlunoAvaliacao_1198044_1620" value="79771118" type="hidden">
                <input name="nr_Nota_1198044_1620" id="nr_Nota_1198044_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1730" id="ci_AlunoAvaliacao_1198044_1730" value="77680482" type="hidden">
                <input name="nr_Nota_1198044_1730" id="nr_Nota_1198044_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;29111&nbsp;SAMIA CARLA RIBEIRO SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="29111" type="hidden"></td>
            
            <td id="colunaNotaAluno_29111_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_154" id="ci_AlunoAvaliacao_29111_154" value="78536357" type="hidden">
                <input name="nr_Nota_29111_154" id="nr_Nota_29111_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_160" id="ci_AlunoAvaliacao_29111_160" value="78514387" type="hidden">
                <input name="nr_Nota_29111_160" id="nr_Nota_29111_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_530" id="ci_AlunoAvaliacao_29111_530" value="78543135" type="hidden">
                <input name="nr_Nota_29111_530" id="nr_Nota_29111_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_780" id="ci_AlunoAvaliacao_29111_780" value="79306811" type="hidden">
                <input name="nr_Nota_29111_780" id="nr_Nota_29111_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_800" id="ci_AlunoAvaliacao_29111_800" value="78642754" type="hidden">
                <input name="nr_Nota_29111_800" id="nr_Nota_29111_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_890" id="ci_AlunoAvaliacao_29111_890" value="78541261" type="hidden">
                <input name="nr_Nota_29111_890" id="nr_Nota_29111_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_970" id="ci_AlunoAvaliacao_29111_970" value="78512171" type="hidden">
                <input name="nr_Nota_29111_970" id="nr_Nota_29111_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_3330" id="ci_AlunoAvaliacao_29111_3330" value="78516993" type="hidden">
                <input name="nr_Nota_29111_3330" id="nr_Nota_29111_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1130" id="ci_AlunoAvaliacao_29111_1130" value="78538228" type="hidden">
                <input name="nr_Nota_29111_1130" id="nr_Nota_29111_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1140" id="ci_AlunoAvaliacao_29111_1140" value="78542477" type="hidden">
                <input name="nr_Nota_29111_1140" id="nr_Nota_29111_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1200" id="ci_AlunoAvaliacao_29111_1200" value="77347111" type="hidden">
                <input name="nr_Nota_29111_1200" id="nr_Nota_29111_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1620" id="ci_AlunoAvaliacao_29111_1620" value="79771119" type="hidden">
                <input name="nr_Nota_29111_1620" id="nr_Nota_29111_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1730" id="ci_AlunoAvaliacao_29111_1730" value="77680483" type="hidden">
                <input name="nr_Nota_29111_1730" id="nr_Nota_29111_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197752&nbsp;SARA RAQUEL MARCOS DE SOUSA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1197752" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197752_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_154" id="ci_AlunoAvaliacao_1197752_154" value="78536358" type="hidden">
                <input name="nr_Nota_1197752_154" id="nr_Nota_1197752_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_160" id="ci_AlunoAvaliacao_1197752_160" value="78514388" type="hidden">
                <input name="nr_Nota_1197752_160" id="nr_Nota_1197752_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_530" id="ci_AlunoAvaliacao_1197752_530" value="78543138" type="hidden">
                <input name="nr_Nota_1197752_530" id="nr_Nota_1197752_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_780" id="ci_AlunoAvaliacao_1197752_780" value="79306812" type="hidden">
                <input name="nr_Nota_1197752_780" id="nr_Nota_1197752_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_800" id="ci_AlunoAvaliacao_1197752_800" value="78642755" type="hidden">
                <input name="nr_Nota_1197752_800" id="nr_Nota_1197752_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_890" id="ci_AlunoAvaliacao_1197752_890" value="78541262" type="hidden">
                <input name="nr_Nota_1197752_890" id="nr_Nota_1197752_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_970" id="ci_AlunoAvaliacao_1197752_970" value="78512172" type="hidden">
                <input name="nr_Nota_1197752_970" id="nr_Nota_1197752_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_3330" id="ci_AlunoAvaliacao_1197752_3330" value="78516994" type="hidden">
                <input name="nr_Nota_1197752_3330" id="nr_Nota_1197752_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1130" id="ci_AlunoAvaliacao_1197752_1130" value="78538229" type="hidden">
                <input name="nr_Nota_1197752_1130" id="nr_Nota_1197752_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1140" id="ci_AlunoAvaliacao_1197752_1140" value="78542478" type="hidden">
                <input name="nr_Nota_1197752_1140" id="nr_Nota_1197752_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1200" id="ci_AlunoAvaliacao_1197752_1200" value="77347112" type="hidden">
                <input name="nr_Nota_1197752_1200" id="nr_Nota_1197752_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1620" id="ci_AlunoAvaliacao_1197752_1620" value="79771120" type="hidden">
                <input name="nr_Nota_1197752_1620" id="nr_Nota_1197752_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1730" id="ci_AlunoAvaliacao_1197752_1730" value="77680484" type="hidden">
                <input name="nr_Nota_1197752_1730" id="nr_Nota_1197752_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1519332&nbsp;TAISLANA ALENCAR DO NASCIMENTO
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="1519332" type="hidden"></td>
            
            <td id="colunaNotaAluno_1519332_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_154" id="ci_AlunoAvaliacao_1519332_154" value="78536359" type="hidden">
                <input name="nr_Nota_1519332_154" id="nr_Nota_1519332_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_160" id="ci_AlunoAvaliacao_1519332_160" value="78514389" type="hidden">
                <input name="nr_Nota_1519332_160" id="nr_Nota_1519332_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_530" id="ci_AlunoAvaliacao_1519332_530" value="78543140" type="hidden">
                <input name="nr_Nota_1519332_530" id="nr_Nota_1519332_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_780" id="ci_AlunoAvaliacao_1519332_780" value="79306813" type="hidden">
                <input name="nr_Nota_1519332_780" id="nr_Nota_1519332_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_800" id="ci_AlunoAvaliacao_1519332_800" value="78642756" type="hidden">
                <input name="nr_Nota_1519332_800" id="nr_Nota_1519332_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_890" id="ci_AlunoAvaliacao_1519332_890" value="78541263" type="hidden">
                <input name="nr_Nota_1519332_890" id="nr_Nota_1519332_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_970" id="ci_AlunoAvaliacao_1519332_970" value="78512173" type="hidden">
                <input name="nr_Nota_1519332_970" id="nr_Nota_1519332_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_3330" id="ci_AlunoAvaliacao_1519332_3330" value="78516995" type="hidden">
                <input name="nr_Nota_1519332_3330" id="nr_Nota_1519332_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1130" id="ci_AlunoAvaliacao_1519332_1130" value="78538230" type="hidden">
                <input name="nr_Nota_1519332_1130" id="nr_Nota_1519332_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1140" id="ci_AlunoAvaliacao_1519332_1140" value="78542479" type="hidden">
                <input name="nr_Nota_1519332_1140" id="nr_Nota_1519332_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1200" id="ci_AlunoAvaliacao_1519332_1200" value="77347113" type="hidden">
                <input name="nr_Nota_1519332_1200" id="nr_Nota_1519332_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1620" id="ci_AlunoAvaliacao_1519332_1620" value="79771121" type="hidden">
                <input name="nr_Nota_1519332_1620" id="nr_Nota_1519332_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1730" id="ci_AlunoAvaliacao_1519332_1730" value="77680485" type="hidden">
                <input name="nr_Nota_1519332_1730" id="nr_Nota_1519332_1730" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201562&nbsp;TERCIA CRISTINA BANDEIRA DE OLIVEIRA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="1201562" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201562_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_154" id="ci_AlunoAvaliacao_1201562_154" value="78536360" type="hidden">
                <input name="nr_Nota_1201562_154" id="nr_Nota_1201562_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_160" id="ci_AlunoAvaliacao_1201562_160" value="78514390" type="hidden">
                <input name="nr_Nota_1201562_160" id="nr_Nota_1201562_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_530" id="ci_AlunoAvaliacao_1201562_530" value="78543142" type="hidden">
                <input name="nr_Nota_1201562_530" id="nr_Nota_1201562_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_780" id="ci_AlunoAvaliacao_1201562_780" value="79306814" type="hidden">
                <input name="nr_Nota_1201562_780" id="nr_Nota_1201562_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_800" id="ci_AlunoAvaliacao_1201562_800" value="78642757" type="hidden">
                <input name="nr_Nota_1201562_800" id="nr_Nota_1201562_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_890" id="ci_AlunoAvaliacao_1201562_890" value="78541264" type="hidden">
                <input name="nr_Nota_1201562_890" id="nr_Nota_1201562_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_970" id="ci_AlunoAvaliacao_1201562_970" value="78512174" type="hidden">
                <input name="nr_Nota_1201562_970" id="nr_Nota_1201562_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_3330" id="ci_AlunoAvaliacao_1201562_3330" value="78516996" type="hidden">
                <input name="nr_Nota_1201562_3330" id="nr_Nota_1201562_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1130" id="ci_AlunoAvaliacao_1201562_1130" value="78538231" type="hidden">
                <input name="nr_Nota_1201562_1130" id="nr_Nota_1201562_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1140" id="ci_AlunoAvaliacao_1201562_1140" value="78542480" type="hidden">
                <input name="nr_Nota_1201562_1140" id="nr_Nota_1201562_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1200" id="ci_AlunoAvaliacao_1201562_1200" value="77347114" type="hidden">
                <input name="nr_Nota_1201562_1200" id="nr_Nota_1201562_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1620" id="ci_AlunoAvaliacao_1201562_1620" value="79771122" type="hidden">
                <input name="nr_Nota_1201562_1620" id="nr_Nota_1201562_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1730" id="ci_AlunoAvaliacao_1201562_1730" value="77680486" type="hidden">
                <input name="nr_Nota_1201562_1730" id="nr_Nota_1201562_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;901393&nbsp;THARCYSIO SARAIVA RODRIGUES NETO
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="901393" type="hidden"></td>
            
            <td id="colunaNotaAluno_901393_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_154" id="ci_AlunoAvaliacao_901393_154" value="78536361" type="hidden">
                <input name="nr_Nota_901393_154" id="nr_Nota_901393_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_160" id="ci_AlunoAvaliacao_901393_160" value="78514391" type="hidden">
                <input name="nr_Nota_901393_160" id="nr_Nota_901393_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_530" id="ci_AlunoAvaliacao_901393_530" value="78543144" type="hidden">
                <input name="nr_Nota_901393_530" id="nr_Nota_901393_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_780" id="ci_AlunoAvaliacao_901393_780" value="79306815" type="hidden">
                <input name="nr_Nota_901393_780" id="nr_Nota_901393_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_800" id="ci_AlunoAvaliacao_901393_800" value="78642758" type="hidden">
                <input name="nr_Nota_901393_800" id="nr_Nota_901393_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_890" id="ci_AlunoAvaliacao_901393_890" value="78541265" type="hidden">
                <input name="nr_Nota_901393_890" id="nr_Nota_901393_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_970" id="ci_AlunoAvaliacao_901393_970" value="78512175" type="hidden">
                <input name="nr_Nota_901393_970" id="nr_Nota_901393_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_3330" id="ci_AlunoAvaliacao_901393_3330" value="78516997" type="hidden">
                <input name="nr_Nota_901393_3330" id="nr_Nota_901393_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1130" id="ci_AlunoAvaliacao_901393_1130" value="78538232" type="hidden">
                <input name="nr_Nota_901393_1130" id="nr_Nota_901393_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1140" id="ci_AlunoAvaliacao_901393_1140" value="78542481" type="hidden">
                <input name="nr_Nota_901393_1140" id="nr_Nota_901393_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1200" id="ci_AlunoAvaliacao_901393_1200" value="77347115" type="hidden">
                <input name="nr_Nota_901393_1200" id="nr_Nota_901393_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1620" id="ci_AlunoAvaliacao_901393_1620" value="79771123" type="hidden">
                <input name="nr_Nota_901393_1620" id="nr_Nota_901393_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1730" id="ci_AlunoAvaliacao_901393_1730" value="77680487" type="hidden">
                <input name="nr_Nota_901393_1730" id="nr_Nota_901393_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202254&nbsp;FATIMA TAMIRIS POSSIDONIO CAVALCANTE
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1202254" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202254_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_154" id="ci_AlunoAvaliacao_1202254_154" value="78802387" type="hidden">
                <input name="nr_Nota_1202254_154" id="nr_Nota_1202254_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_160" id="ci_AlunoAvaliacao_1202254_160" value="78798336" type="hidden">
                <input name="nr_Nota_1202254_160" id="nr_Nota_1202254_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_530" id="ci_AlunoAvaliacao_1202254_530" value="78802900" type="hidden">
                <input name="nr_Nota_1202254_530" id="nr_Nota_1202254_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_780" id="ci_AlunoAvaliacao_1202254_780" value="79321796" type="hidden">
                <input name="nr_Nota_1202254_780" id="nr_Nota_1202254_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_800" id="ci_AlunoAvaliacao_1202254_800" value="78801727" type="hidden">
                <input name="nr_Nota_1202254_800" id="nr_Nota_1202254_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_890" id="ci_AlunoAvaliacao_1202254_890" value="87696739" type="hidden">
                <input name="nr_Nota_1202254_890" id="nr_Nota_1202254_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_970" id="ci_AlunoAvaliacao_1202254_970" value="78795174" type="hidden">
                <input name="nr_Nota_1202254_970" id="nr_Nota_1202254_970" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_3330" id="ci_AlunoAvaliacao_1202254_3330" value="78801247" type="hidden">
                <input name="nr_Nota_1202254_3330" id="nr_Nota_1202254_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1130" id="ci_AlunoAvaliacao_1202254_1130" value="78800698" type="hidden">
                <input name="nr_Nota_1202254_1130" id="nr_Nota_1202254_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1140" id="ci_AlunoAvaliacao_1202254_1140" value="78797417" type="hidden">
                <input name="nr_Nota_1202254_1140" id="nr_Nota_1202254_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1200" id="ci_AlunoAvaliacao_1202254_1200" value="78796748" type="hidden">
                <input name="nr_Nota_1202254_1200" id="nr_Nota_1202254_1200" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1620" id="ci_AlunoAvaliacao_1202254_1620" value="78800317" type="hidden">
                <input name="nr_Nota_1202254_1620" id="nr_Nota_1202254_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1730" id="ci_AlunoAvaliacao_1202254_1730" value="77726633" type="hidden">
                <input name="nr_Nota_1202254_1730" id="nr_Nota_1202254_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197675&nbsp;THAYLANE ANDRADE BENICIO
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="1197675" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197675_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_154" id="ci_AlunoAvaliacao_1197675_154" value="78536363" type="hidden">
                <input name="nr_Nota_1197675_154" id="nr_Nota_1197675_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_160" id="ci_AlunoAvaliacao_1197675_160" value="78514393" type="hidden">
                <input name="nr_Nota_1197675_160" id="nr_Nota_1197675_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_530" id="ci_AlunoAvaliacao_1197675_530" value="78543149" type="hidden">
                <input name="nr_Nota_1197675_530" id="nr_Nota_1197675_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_780" id="ci_AlunoAvaliacao_1197675_780" value="79306817" type="hidden">
                <input name="nr_Nota_1197675_780" id="nr_Nota_1197675_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_800" id="ci_AlunoAvaliacao_1197675_800" value="78642760" type="hidden">
                <input name="nr_Nota_1197675_800" id="nr_Nota_1197675_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_890" id="ci_AlunoAvaliacao_1197675_890" value="78541267" type="hidden">
                <input name="nr_Nota_1197675_890" id="nr_Nota_1197675_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_970" id="ci_AlunoAvaliacao_1197675_970" value="78512177" type="hidden">
                <input name="nr_Nota_1197675_970" id="nr_Nota_1197675_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_3330" id="ci_AlunoAvaliacao_1197675_3330" value="78516999" type="hidden">
                <input name="nr_Nota_1197675_3330" id="nr_Nota_1197675_3330" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1130" id="ci_AlunoAvaliacao_1197675_1130" value="78538234" type="hidden">
                <input name="nr_Nota_1197675_1130" id="nr_Nota_1197675_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1140" id="ci_AlunoAvaliacao_1197675_1140" value="78542483" type="hidden">
                <input name="nr_Nota_1197675_1140" id="nr_Nota_1197675_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1200" id="ci_AlunoAvaliacao_1197675_1200" value="77347117" type="hidden">
                <input name="nr_Nota_1197675_1200" id="nr_Nota_1197675_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1620" id="ci_AlunoAvaliacao_1197675_1620" value="79771125" type="hidden">
                <input name="nr_Nota_1197675_1620" id="nr_Nota_1197675_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1730" id="ci_AlunoAvaliacao_1197675_1730" value="77680489" type="hidden">
                <input name="nr_Nota_1197675_1730" id="nr_Nota_1197675_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197369&nbsp;MARIO HENRIQUE BEZERRA DE LIMA BORGES
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="1197369" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197369_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_154" id="ci_AlunoAvaliacao_1197369_154" value="78536338" type="hidden">
                <input name="nr_Nota_1197369_154" id="nr_Nota_1197369_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_160" id="ci_AlunoAvaliacao_1197369_160" value="78514376" type="hidden">
                <input name="nr_Nota_1197369_160" id="nr_Nota_1197369_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_530" id="ci_AlunoAvaliacao_1197369_530" value="78543122" type="hidden">
                <input name="nr_Nota_1197369_530" id="nr_Nota_1197369_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_780" id="ci_AlunoAvaliacao_1197369_780" value="79306800" type="hidden">
                <input name="nr_Nota_1197369_780" id="nr_Nota_1197369_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_800" id="ci_AlunoAvaliacao_1197369_800" value="78642743" type="hidden">
                <input name="nr_Nota_1197369_800" id="nr_Nota_1197369_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_890" id="ci_AlunoAvaliacao_1197369_890" value="78541250" type="hidden">
                <input name="nr_Nota_1197369_890" id="nr_Nota_1197369_890" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_970" id="ci_AlunoAvaliacao_1197369_970" value="78512160" type="hidden">
                <input name="nr_Nota_1197369_970" id="nr_Nota_1197369_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_3330" id="ci_AlunoAvaliacao_1197369_3330" value="78516982" type="hidden">
                <input name="nr_Nota_1197369_3330" id="nr_Nota_1197369_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1130" id="ci_AlunoAvaliacao_1197369_1130" value="78538217" type="hidden">
                <input name="nr_Nota_1197369_1130" id="nr_Nota_1197369_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1140" id="ci_AlunoAvaliacao_1197369_1140" value="78542466" type="hidden">
                <input name="nr_Nota_1197369_1140" id="nr_Nota_1197369_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1200" id="ci_AlunoAvaliacao_1197369_1200" value="77347100" type="hidden">
                <input name="nr_Nota_1197369_1200" id="nr_Nota_1197369_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1620" id="ci_AlunoAvaliacao_1197369_1620" value="79771109" type="hidden">
                <input name="nr_Nota_1197369_1620" id="nr_Nota_1197369_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1730" id="ci_AlunoAvaliacao_1197369_1730" value="77680472" type="hidden">
                <input name="nr_Nota_1197369_1730" id="nr_Nota_1197369_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;676371&nbsp;YAGO BRAYAN CAVALCANTE MESQUITA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="676371" type="hidden"></td>
            
            <td id="colunaNotaAluno_676371_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_154" id="ci_AlunoAvaliacao_676371_154" value="78661232" type="hidden">
                <input name="nr_Nota_676371_154" id="nr_Nota_676371_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_160" id="ci_AlunoAvaliacao_676371_160" value="78659429" type="hidden">
                <input name="nr_Nota_676371_160" id="nr_Nota_676371_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_530" id="ci_AlunoAvaliacao_676371_530" value="78663516" type="hidden">
                <input name="nr_Nota_676371_530" id="nr_Nota_676371_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_780" id="ci_AlunoAvaliacao_676371_780" value="79309124" type="hidden">
                <input name="nr_Nota_676371_780" id="nr_Nota_676371_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_800" id="ci_AlunoAvaliacao_676371_800" value="78658775" type="hidden">
                <input name="nr_Nota_676371_800" id="nr_Nota_676371_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_890" id="ci_AlunoAvaliacao_676371_890" value="78662514" type="hidden">
                <input name="nr_Nota_676371_890" id="nr_Nota_676371_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_970" id="ci_AlunoAvaliacao_676371_970" value="78657370" type="hidden">
                <input name="nr_Nota_676371_970" id="nr_Nota_676371_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_3330" id="ci_AlunoAvaliacao_676371_3330" value="78663215" type="hidden">
                <input name="nr_Nota_676371_3330" id="nr_Nota_676371_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1130" id="ci_AlunoAvaliacao_676371_1130" value="78661977" type="hidden">
                <input name="nr_Nota_676371_1130" id="nr_Nota_676371_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1140" id="ci_AlunoAvaliacao_676371_1140" value="78660232" type="hidden">
                <input name="nr_Nota_676371_1140" id="nr_Nota_676371_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1200" id="ci_AlunoAvaliacao_676371_1200" value="77352217" type="hidden">
                <input name="nr_Nota_676371_1200" id="nr_Nota_676371_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1620" id="ci_AlunoAvaliacao_676371_1620" value="79775208" type="hidden">
                <input name="nr_Nota_676371_1620" id="nr_Nota_676371_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1730" id="ci_AlunoAvaliacao_676371_1730" value="77685856" type="hidden">
                <input name="nr_Nota_676371_1730" id="nr_Nota_676371_1730" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: none; top: 351px; left: 245px;" id="tooltip"><h3>ARTE</h3><div class="body">FABRICIO MARQUES DE ALMEIDA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>